Commit 948bba1
authored
[QNN-EP] Remove outdated comment for per-channel quantization (#26523)
### Description
<!-- Describe your changes. -->
Conv2D supports per-channel uint8 quantized weights since QNN SDK 2.36.
This PR updates outdated comments related to signed quantization checks
for Conv.
The check itself was removed in #25986 , which has been merged.
### 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. -->
#25986
Co-authored-by: -qti <@qti.qualcomm.com>1 parent db6d83b commit 948bba1
File tree
1 file changed
+1
-1
lines changed- onnxruntime/core/providers/qnn/builder/opbuilder
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments