onnxruntime/include
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
..
onnxruntime/core 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