onnxruntime/onnxruntime/test
Guoyu Wang e5892dd6f3
Change the version check of ort format save/load (#5140)
* change the version check of ort format save/load

* Address PR comments, update the unit test ort models

* Update some variable names to code convention

* Move IsOrtModelVersionSupported inside of #if defined(ENABLE_ORT_FORMAT_LOAD)
2020-09-11 23:11:31 -07:00
..
api_tests_without_env Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
contrib_ops Handle dummy mask in Attention operators (#5108) 2020-09-11 09:31:03 -07:00
featurizers_ops
framework Add option to exclude support for loading ORT format models in full build. (#5129) 2020-09-12 12:21:30 +10:00
fuzzing Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
global_thread_pools Fix a warning in global_thread_pools/test_inference.cc (#4987) 2020-09-01 20:45:22 -07:00
ir Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00
mlas Implement QLinearMul in mlas (#4593) 2020-09-04 15:02:19 -07:00
onnx Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Modify embedlayernorm fusion due to shape node merging (#4967) 2020-09-08 14:17:29 -07:00
perftest Enable onnxruntime_perf_test for ORT minimal build (#5126) 2020-09-11 01:58:11 -07:00
platform Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
proto Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
providers Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
python Exclude a few python tests for the DML EP (#5135) 2020-09-11 16:40:02 -07:00
shared_lib Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -07:00
testdata Change the version check of ort format save/load (#5140) 2020-09-11 23:11:31 -07:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
util Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
win_getopt