onnxruntime/include/onnxruntime/core
Scott McKay 17af8e9ba7
Add subgraph check/update to node removal logic. Fix a few minor issues with Graph that came up during testing of the changes. (#651)
* Check usage of node output as implicit input in any subgraphs.

* Add logic to check/update subgraphs when removing a node.
Fix some issues with Graph
  - Include local outer scope variables when validating. Required if calling Resolve on a subgraph
  - Include outer scope variables in the value info so the type information is captured. Also required to Resolve a subgraph but will detect a type mismatch (previously we threw the type information away).
  - Fix GraphNodes iterator so it can be used with std::find_if. Needed to be assignable so the end_ value can't be const.
2019-03-20 14:57:45 +10:00
..
common Add missing include to status.h 2019-03-19 11:59:41 -07:00
framework Avoid copy of pre-existing value to subgraph output (#637) 2019-03-19 06:55:59 +10:00
graph 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
optimizer graph transformers update (#608) 2019-03-18 14:52:16 -07:00
platform Use nsync for implementing condition variable 2019-01-21 22:59:42 -08:00
providers Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
session Remove OrtAppendCustomOpLibPath (#642) 2019-03-18 19:44:32 -07:00