Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, QDQ to QLinearConv promotion is happenning incorrectly for per-axis quantization where axis != 0. QLinearConv can only support per-output-channel quantization, which is equivalent to per-axis quantization with axis=1. The issue can be easily seen when running this model with optimization enable (promoted to QLinearConv) and disabled (using QDQ). Both produce different results.
- Loading branch information