onnxruntime/include/onnxruntime/core
Changming Sun 201b089a36
Fix some warnings on Windows (#2560)
1. Enable warning "4503" # Decorated name length exceeded.
2. Enable warning "4146" # unary minus operator applied to unsigned type.
3. Enable float64 support for the Softmax operator
4. Enable compliance checks for Windows x86 32bits build
5. Use TryBatchParallelFor to replace some fallback code in mlas pooling.cc
6. Fix Android CI pipeline.
2020-01-22 15:59:11 -08:00
..
common Fixed typo in ORT_RETURN_IF_NOT() message. (#2862) 2020-01-21 20:03:41 -08:00
framework Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
graph Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
optimizer Add a transformer to use Gelu approximation for cuda provider (#2480) 2019-11-27 10:15:50 -08:00
platform Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
providers Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
session User/orilevari/32bit comparison warning (#2800) 2020-01-14 14:59:07 -08:00