Commit e6a0d53
authored
Arm backend: Add mean.dim to CheckProperQuantization (#12127)
mean.dim decomposes into an avg_pool2d, which occurs after quantization
annotation. This led to the avg_pool2d node not having quantization
parameters for the output. mean.dim is added to CheckProperQuantization
so that if the decomposition occurs the avg_pool2d operator will not be
delegated.
Signed-off-by: Sebastian Larsson <[email protected]>1 parent bed504e commit e6a0d53
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| |||
0 commit comments