onnxruntime/onnxruntime/test
Scott McKay db7669b225
Reduce ONNX dependency in minimal build (#4890)
* Next round of changes.

Remove inclusion of ONNX schema header
Exclude custom registry related things
Move IsConstantInitializer from graph_utils to Graph as it's needed in a minimal build and graph_utils is excluded.
2020-08-23 07:02:13 +10:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00
contrib_ops Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00
featurizers_ops
framework Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
fuzzing Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
global_thread_pools
ir Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
mlas Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
onnx implement per-channel for quantizelinear and dequantizelinear (#4759) 2020-08-21 12:08:50 -07:00
opaque_api
optimizer Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
perftest Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
platform Honor allow_spinning at barrier at end of parallel sections (#4767) 2020-08-13 09:40:40 +01:00
proto
providers Relu grad kernel (#4864) 2020-08-22 01:03:44 -07:00
python [OpenVINO-EP] Updating OpenVINO EP to 2020.4 (#4836) 2020-08-19 23:18:08 -07:00
shared_lib Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
testdata implement per-channel for quantizelinear and dequantizelinear (#4759) 2020-08-21 12:08:50 -07:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
util Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
win_getopt