Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1110 auto tf_min_op = cast<TF::MinOp>(op); in matchAndRewrite() local
1113 tf_min_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
1117 if (!matchPattern(tf_min_op.reduction_indices(), m_Constant(&axes_elems))) in matchAndRewrite()
1121 auto keep_dims_attr = tf_min_op.keep_dimsAttr(); in matchAndRewrite()
1125 rewriter, op, output_type, tf_min_op.input(), axes_elems, keep_dims); in matchAndRewrite()