onnxruntime/onnxruntime/core/util
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
..
distance.h
eigen_common_wrapper.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
gemmlowp_common.cc
gemmlowp_common.h Ignore some gcc warnings (#1996) 2019-10-07 16:32:34 -07:00
gemmlowp_common_wrapper.h Ignore some gcc warnings (#1996) 2019-10-07 16:32:34 -07:00
math.h add Im2col<uint8_t> (#2438) 2019-11-19 14:57:33 -08:00
math_cpu.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
math_cpuonly.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
protobuf_parsing_utils.h Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
qmath.cc [v2] Add ACL (Arm Compute Library) execution provider (#2258) 2019-10-31 12:25:36 -07:00
qmath.h MLAS: add U8S8 MatMul operation (#1895) 2019-09-24 18:15:11 -07:00
softmax.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
thread_utils.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
thread_utils.h Refine threading control options and move inter op thread pool to session state. (#1841) 2019-09-18 22:36:23 -07:00