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
Summary:
We have a node_visitor for permute already, it was mistakenly named static_transpose after its xnnpack counterpart. permute_copy should not be skipped. It should only be skipped when applied to linear weights.
Instead our linear conversion pass will convert away any permute_copies which are not actually to be executed.
Differential Revision: D48488930
fbshipit-source-id: a1d23eba6f6adf8141ad57479b2b4984d2255364
0 commit comments