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: Use reshape instead of view before edge (#15269)
The view operator can't handle non-contigious strides, such as the
result of an expand. These are normalized after to_edge, but in the
transform_for_annotation_pipeline we shouldn't use views for that
reason.
Reshape is the equivalent operator that can handle such strides.
Signed-off-by: Erik Lundell <[email protected]>
0 commit comments