Searched refs:tf_min_op (Results 1 – 1 of 1) sorted by relevance
1110 auto tf_min_op = cast<TF::MinOp>(op); in matchAndRewrite() local1113 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()