Commit d13c789
authored
Arm backend: Update bias quantization range (#15918)
Bias range was [-2147483648, 2147483646] which isn't really symmetric.
This patch changes the range to [-2147483647, 2147483647].
Signed-off-by: Oscar Andersson <[email protected]>1 parent e37062e commit d13c789
File tree
2 files changed
+3
-3
lines changed- backends/arm/quantizer
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments