onnxruntime
00244ea1 - fix quantization errors of ConvTranspose with per_channel=True (#19996)

Commit
1 year ago
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 https://github.com/microsoft/onnxruntime/issues/19694, which I have opened
Author
Parents
Loading