Searched refs:tf_all_op (Results 1 – 1 of 1) sorted by relevance
1032 auto tf_all_op = cast<TF::AllOp>(op); in matchAndRewrite() local1035 tf_all_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1039 if (!matchPattern(tf_all_op.reduction_indices(), m_Constant(&axes_elems))) in matchAndRewrite()1043 auto keep_dims_attr = tf_all_op.keep_dimsAttr(); in matchAndRewrite()1047 rewriter, op, output_type, tf_all_op.input(), axes_elems, keep_dims); in matchAndRewrite()