onnxruntime
1f6d8248 - Add optional optimizer to remove leftover Q->DQ pairs after all other QDQ processing has completed (#10659)

Commit
4 years ago
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`
Author
Parents
Loading