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
Optimize Transpose->Pad when 'pads' input is not a constant (#1331)
When the second input is not a constant, let's shuffle it with Split followed by Concat.
There are examples of models, where this non-constant input gets constant folded anyway by a framework.
Even if that's not the case. Split+Concat of 8 (or 10) element tensor should be a good trade for Transpose pair.
Signed-off-by: Mateusz Tabaka <[email protected]>
0 commit comments