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: enable dim_order (#7831)
Add support for to_dim_order_copy
With edge_compile_config.skip_dim_order = True removed, to_copy will
be converted into to_dim_order_copy nodes. This commit moves our logic
from to_copy into to_dim_order_copy.
Signed-off-by: Oscar Andersson <[email protected]>
(cherry picked from commit 135e875)
Co-authored-by: Oscar Andersson <[email protected]>
0 commit comments