onnxruntime/onnxruntime/test/ir
Ashwini Khade 0ed56d491a
fix opset imports for function body (#6287)
* fix function opsets

* add tests and update onnx

* changes per review comments

* add comments

* plus updates

* build fix
2021-01-12 13:44:36 -08:00
..
common_data_structure_test.cc Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
graph_test.cc fix opset imports for function body (#6287) 2021-01-12 13:44:36 -08:00
graph_viewer_test.cc Filter initializers for GraphViewer with IndexedSubGraph (#5884) 2020-11-20 18:36:58 -08:00
onnx_model_test.cc Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00
op_test.cc Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
schema_registry_manager_test.cc Exclude the Map types from the build if ML ops are disabled. (#4908) 2020-08-27 17:48:12 +10:00
utils_test.cc