onnxruntime/onnxruntime/test/common
Scott McKay b5c2932ae8
Last major set of ORT format model changes (#5056)
* Add minimal build option to build.py
Group some of the build settings so binary size reduction options are all together
Make some cmake variable naming more consistent
Replace usage of std::hash with murmurhash3 for kernel. std::hash is implementation dependent so can't be used.
Add initial doco and ONNX to ORT model conversion script
Misc cleanups of minimal build breaks.
2020-09-05 07:59:01 +10:00
..
logging Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
cuda_op_test_utils.h Refine GatherND CPU/CUDA Kernels & Add UTs (#3688) 2020-04-30 10:17:54 +08:00
path_test.cc Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
tensor_op_test_utils.cc Disable or update flaky tests, improve test random seed accessibility. (#3495) 2020-04-17 15:57:32 -07:00
tensor_op_test_utils.h Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00
test_main.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
utf8_util_test.cc Initial changes to disable code in a minimal build (#4872) 2020-08-22 07:14:53 +10:00