Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc642 auto tfl_round_op = cast<TFL::RoundOp>(op); in matchAndRewrite() local
644 ShapedType input_type = tfl_round_op.x().getType().dyn_cast<ShapedType>(); in matchAndRewrite()
651 rewriter, op, tfl_round_op.getResult(), tfl_round_op.x()); in matchAndRewrite()
661 tfl_round_op.replaceAllUsesWith(tfl_round_op.x()); in matchAndRewrite()