onnxruntime/tools/ci_build/github/linux/ort_minimal
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
..
__init__.py
build_full_ort_and_create_ort_files.sh
build_minimal_ort_and_run_tests.sh
build_minimal_ort_android_baseline_and_report_bin_size.sh Add QDQ::Selector::Select to use const GraphViewer instead of mutable Graph (#9621) 2021-11-08 21:36:29 -08:00
check_build_binary_size.py
nnapi_minimal_build_minimal_ort_and_run_tests.sh
readelf_utils.py