Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix quantization errors of ConvTranspose with per_channel=True (#19996)
### Description <!-- Describe your changes. --> - update axis value for per_channel quantization of QDQConv - we should use `axis=1` for ConvTranspose operator. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> - this PR fixes #19694, which I have opened
- Loading branch information