Open rsuderman opened 2 years ago
It also appears that slice fails on this as well.
Issues are lined up for tfl.strided_slice
, tf.FusedFixedBatchMatmul
and tfl.gather
. Issues still exist for propagating shape computations to TOSA.
@rsuderman Still open? Still P1?
ASR Conformer contains StridedSliceOp requires a dynamic
tosa.slice
operation. Until there is atosa.slice
operation that support dynamic values it is not possible to lower to TOSA.