Home
last modified time | relevance | path

Searched refs:tf_round_op (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc353 auto tf_round_op = cast<TF::RoundOp>(op); in matchAndRewrite() local
356 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()