Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1891 auto tf_tanh_op = cast<TF::TanhOp>(op); in matchAndRewrite() local
1893 tf_tanh_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
1896 rewriter.replaceOpWithNewOp<tosa::TanhOp>(op, output_type, tf_tanh_op.x()); in matchAndRewrite()