Searched refs:tfl_round_op (Results 1 – 1 of 1) sorted by relevance
642 auto tfl_round_op = cast<TFL::RoundOp>(op); in matchAndRewrite() local644 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()