Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc298 auto tf_sub_op = cast<TF::SubOp>(op); in matchAndRewrite() local
301 tf_sub_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
305 rewriter.replaceOpWithNewOp<tosa::SubOp>(op, output_type, tf_sub_op.x(), in matchAndRewrite()
306 tf_sub_op.y()); in matchAndRewrite()