Searched refs:tf_reverse_op (Results 1 – 1 of 1) sorted by relevance
1940 auto tf_reverse_op = cast<TF::ReverseV2Op>(op); in matchAndRewrite() local1942 tf_reverse_op.tensor().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1944 tf_reverse_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1948 if (!matchPattern(tf_reverse_op.axis(), m_Constant(&axis_elems))) in matchAndRewrite()1952 Value val = tf_reverse_op.tensor(); in matchAndRewrite()