Searched refs:tf_prod_op (Results 1 – 1 of 1) sorted by relevance
1162 auto tf_prod_op = cast<TF::ProdOp>(op); in matchAndRewrite() local1165 tf_prod_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1169 if (!matchPattern(tf_prod_op.reduction_indices(), m_Constant(&axes_elems))) in matchAndRewrite()1173 auto keep_dims_attr = tf_prod_op.keep_dimsAttr(); in matchAndRewrite()1177 rewriter, op, output_type, tf_prod_op.input(), axes_elems, keep_dims); in matchAndRewrite()