onnxruntime/include/onnxruntime/core/graph
Scott McKay 9fb8867a24
Don't create implicit input for outer scope value if there is a subgraph input with the same name. (#1186)
* If there is an outer scope value that matches a subgraph input, don't create an implicit input from the outer scope value.

Minor unrelated change for issue noticed while debugging: Use unordered_set for implicit inputs so we don't add them multiple times.

* Add unit test based on onnx issue.
2019-08-02 07:23:41 +10:00
..
basic_types.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
constants.h Integrate MLAS NCHWc support into ONNX Runtime (#1327) 2019-07-09 20:41:19 -07:00
function.h cleanup code (#343) 2019-01-16 17:12:22 -08:00
graph.h Don't create implicit input for outer scope value if there is a subgraph input with the same name. (#1186) 2019-08-02 07:23:41 +10:00
graph_nodes.h Add subgraph check/update to node removal logic. Fix a few minor issues with Graph that came up during testing of the changes. (#651) 2019-03-20 14:57:45 +10:00
graph_viewer.h Add nGraph Execution Provider (#832) 2019-04-20 17:02:35 -07:00
indexed_sub_graph.h Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
node_arg.h Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
onnx_protobuf.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
schema_registry.h Make MemPatternPlanner on/off switchable in model weight loading (#989) 2019-05-16 14:39:09 -07:00