[MLIR][TOSA] Add tosa.slice operation conversion failure scenario (#68578)
Fixes #68481, In the following scenario, the conversion fails: 1. resultType of tosa.slice is UnrankedTensorType 2. tosa.slice.getsize().size() < resultType.getRank()
Loading
Please sign in to comment