Commit ebb8bfa
committed
Arm backend: Add mean.dim to CheckProperQuantization
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.
Change-Id: I5c43530880e7f4cb99a2adaa2f250c0bf749aa8c
Signed-off-by: Sebastian Larsson <[email protected]>1 parent 48e0bfb commit ebb8bfa
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