Home
last modified time | relevance | path

Searched refs:tf_ss_op (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1846 auto tf_ss_op = cast<TF::StridedSliceOp>(op); in matchAndRewrite() local
1849 rewriter, op, tf_ss_op.getResult(), tf_ss_op.input(), tf_ss_op.begin(), in matchAndRewrite()
1850 tf_ss_op.end(), tf_ss_op.strides(), tf_ss_op.begin_maskAttr().getInt(), in matchAndRewrite()
1851 tf_ss_op.end_maskAttr().getInt(), tf_ss_op.ellipsis_maskAttr().getInt(), in matchAndRewrite()
1852 tf_ss_op.new_axis_maskAttr().getInt(), in matchAndRewrite()
1853 tf_ss_op.shrink_axis_maskAttr().getInt()); in matchAndRewrite()