Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1625 auto tf_less_equal_op = cast<TF::LessEqualOp>(op); in matchAndRewrite() local
1628 tf_less_equal_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
1634 op->getLoc(), output_type, tf_less_equal_op.x(), tf_less_equal_op.y()); in matchAndRewrite()