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
to make TIE quantized conv operator to fall back to hifi quantized conv op instead of cpu op for shapes not supported by the TIE kernel.
Summary: some quantized conv shape are not supported by the TIE operator, right now the tie op will fall back to CPU op. with this diff would fall back to use the operator from the hifi non-tie backend instead.
Differential Revision: D74337713
0 commit comments