Commits


duanshengliu authored and GitHub committed c6a73defb88
Fix wrong per-tensor quantized weight type for matmul (#21347) ### Description <!-- Describe your changes. --> Fix wrong per-tensor quantized weight type for matmul. ### 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. --> Fix related bug as described in https://github.com/microsoft/onnxruntime/issues/21346