Searched refs:tf_round_op (Results 1 – 1 of 1) sorted by relevance
353 auto tf_round_op = cast<TF::RoundOp>(op); in matchAndRewrite() local356 tf_round_op.x().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()363 convertRoundOp(rewriter, op, tf_round_op.getResult(), tf_round_op.x()); in matchAndRewrite()371 tf_round_op.replaceAllUsesWith(tf_round_op.x()); in matchAndRewrite()