onnxruntime/include/onnxruntime/core
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
..
common Add ability to change the logging severity of the default logger. (#1165) 2019-06-12 08:54:03 +10:00
framework Rename Tensor.Size() to Tensor.SizeInBytes() (#1502) 2019-07-26 14:15:53 -07:00
graph 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
optimizer Add/correct missing SAL annotations + avoid using unsigned types (except where counts are involved). (#1451) 2019-07-22 23:25:53 -07:00
platform Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
providers Expose provider factory C API, especially for CUDA users (#1461) 2019-07-22 19:03:06 -07:00
session More C API changes. (#1519) 2019-07-29 18:35:28 -07:00