Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc443 auto tf_div_op = cast<TF::RealDivOp>(op); in matchAndRewrite() local
446 tf_div_op.y().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
448 tf_div_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
453 rewriter.create<tosa::ReciprocalOp>(op->getLoc(), y_type, tf_div_op.y()); in matchAndRewrite()
456 op->getLoc(), output_type, tf_div_op.x(), reciprocal_op.getResult(), 0); in matchAndRewrite()