onnxruntime/include
Scott McKay 1f6d8248da
Add optional optimizer to remove leftover Q->DQ pairs after all other QDQ processing has completed (#10659)
Add an optimizer that can remove leftover Q->DQ pairs. Depending on the model this may help with performance and/or improve accuracy. Optional as it could make things worse so user needs to be aware of this and test what works best for their scenario. Enable with SessionOptions config param `session.enable_quant_qdq_cleanup`
2022-03-01 08:05:02 +10:00
..
onnxruntime/core Add optional optimizer to remove leftover Q->DQ pairs after all other QDQ processing has completed (#10659) 2022-03-01 08:05:02 +10:00