You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Add mean.dim to CheckProperQuantization (pytorch#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]>
0 commit comments