Commits


Scott McKay authored and GitHub committed 1f6d8248dad
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`