Skip to content

MLBEDSW-10230: Add supported-ops checks for StridedSlice

Alexander Bengtsson requested to merge MLBEDSW-10230 into main
  • Stride-tensor must be constant
  • Begin/end must be constant
  • Begin must be less than end
  • Stride/begin/end must be decoded like in RewriteStridedSlice The resulting stride must be exclusively over H/W. The resulting stride must not be negative.

Change-Id: I5b5fefb061b8b23fe74513c87e69c21d8597a06e Signed-off-by: Alexander Bengtsson Alexander.Bengtsson@arm.com

Merge request reports

Loading