Searched refs:tfl_slice_op (Results 1 – 1 of 1) sorted by relevance
2037 auto tfl_slice_op = cast<TFL::SliceOp>(op); in matchAndRewrite() local2040 tfl_slice_op.getResult().getType().dyn_cast<ShapedType>(); in matchAndRewrite()2048 if (!matchPattern(tfl_slice_op.begin(), m_Constant(&begin_elems)) || in matchAndRewrite()2049 !matchPattern(tfl_slice_op.size(), m_Constant(&size_elems))) { in matchAndRewrite()2063 tfl_slice_op.input(), begin, size); in matchAndRewrite()