onnxruntime/onnxruntime/test/ir
Edward Chen c8ac34d6a5
Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949)
Move the DEBUG_NODE_INPUTS_OUTPUTS test into its own process. The implementation uses static variables which do not interact well with other tests.
Clean up old test_main.cc files which are no longer used.
2020-12-11 11:36:58 -08:00
..
common_data_structure_test.cc
graph_test.cc Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07: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