onnxruntime/onnxruntime/test/ir
Scott McKay 7e6d052275
Add better error message for subgraph output coming directly from outer scope value. (#11638)
* Add better message for subgraph output coming directly from outer scope value.

* Use regex to match value name as the test model is processed in a different order on different platforms.
2022-05-28 08:04:27 +10:00
..
common_data_structure_test.cc Make onnxruntime::Status nodiscard (#9279) 2021-10-08 17:10:31 -07:00
graph_test.cc Add better error message for subgraph output coming directly from outer scope value. (#11638) 2022-05-28 08:04:27 +10:00
graph_viewer_test.cc Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
onnx_model_test.cc add model local function support (#8540) 2021-09-08 11:47:01 -07:00
op_test.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
schema_registry_manager_test.cc Fix typos 2022-04-14 13:53:50 -07:00
utils_test.cc