onnxruntime/include/onnxruntime/core/graph
Guoyu Wang a70ae24475
Add QDQ::Selector::Select to use const GraphViewer instead of mutable Graph (#9621)
* Move qdq selector to use const GraphViewer

* minor update

* Move qdq logic from NodeSelector to QDQ Selectors

* Fix build break

* Move selector result to NodesToOptimizeIndexes

* fix build break

* address CR comments

* move indexes -> indices

* Pass  graph_viewer to avoid recreating many times

* Update after merge master

* update graph viewer remarks

* update comments

* Add ut for new qdq selector logic

* Increase minimal binary size limit

* UT minor update

* Address CR comments
2021-11-08 21:36:29 -08:00
..
basic_types.h Save graph runtime optimizations for minimal build (#9508) 2021-11-04 10:49:46 -07:00
constants.h Remove Featurizers code (#9300) 2021-10-20 10:20:35 -07:00
function.h add model local function support (#8540) 2021-09-08 11:47:01 -07:00
graph.h Save graph runtime optimizations for minimal build (#9508) 2021-11-04 10:49:46 -07:00
graph_nodes.h GCC11/Libstdc++11 Compilation fixes (#7599) 2021-05-10 12:50:08 -07:00
graph_viewer.h Add QDQ::Selector::Select to use const GraphViewer instead of mutable Graph (#9621) 2021-11-08 21:36:29 -08:00
indexed_sub_graph.h Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
node_arg.h Support optional type in ORT (#8339) 2021-11-04 15:01:42 -07:00
schema_registry.h Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00