onnxruntime/include/onnxruntime/core
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
..
common Added fixes for Clang on Win64 2021-10-22 16:59:09 -07:00
eager support register external ep lib information (#8897) 2021-08-31 20:51:22 -07:00
framework Expose an API to query the CUDA compute stream to launch a custom kernel (#9141) 2021-11-08 21:10:34 -08:00
graph Add QDQ::Selector::Select to use const GraphViewer instead of mutable Graph (#9621) 2021-11-08 21:36:29 -08:00
optimizer Save graph runtime optimizations for minimal build (#9508) 2021-11-04 10:49:46 -07:00
platform Added fixes for Clang on Win64 2021-10-22 16:59:09 -07:00
providers Missing #pragma once in dml_provider_factory.h (#9457) 2021-10-27 02:49:52 -07:00
session Expose an API to query the CUDA compute stream to launch a custom kernel (#9141) 2021-11-08 21:10:34 -08:00