Searched refs:tf_tanh_op (Results 1 – 1 of 1) sorted by relevance
1891 auto tf_tanh_op = cast<TF::TanhOp>(op); in matchAndRewrite() local1893 tf_tanh_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()1896 rewriter.replaceOpWithNewOp<tosa::TanhOp>(op, output_type, tf_tanh_op.x()); in matchAndRewrite()