Searched refs:tf_any_op (Results 1 – 1 of 1) sorted by relevance
1058 auto tf_any_op = cast<TF::AnyOp>(op); in matchAndRewrite() local1061 tf_any_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1065 if (!matchPattern(tf_any_op.reduction_indices(), m_Constant(&axes_elems))) in matchAndRewrite()1069 auto keep_dims_attr = tf_any_op.keep_dimsAttr(); in matchAndRewrite()1073 rewriter, op, output_type, tf_any_op.input(), axes_elems, keep_dims); in matchAndRewrite()