Searched refs:tf_concatv2_op (Results 1 – 1 of 1) sorted by relevance
635 auto tf_concatv2_op = cast<TF::ConcatV2Op>(op); in matchAndRewrite() local636 SmallVector<Value, 8> values(tf_concatv2_op.values()); in matchAndRewrite()639 if (!matchPattern(tf_concatv2_op.axis(), m_Constant(&axis_elems))) in matchAndRewrite()645 convertConcatV2Op(rewriter, op, tf_concatv2_op.getResult(), values, axis); in matchAndRewrite()