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
Enable a fast path for (static) qlinear for AArch64 through ACL directly.
This enables a fast path for eager mode static quantization for AArch64 through Arm Compute Library (ACL) directly.
PR #145942 addressed the high overhead in qlinear_dynamic on AArch64 (due to redundant weight pretranspositions and reductions) by enabling a path that calls ACL directly.
This does the same thing but for (static) qlinear.
0 commit comments