Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp480 struct TanhApproximation : public OpRewritePattern<math::TanhOp> { struct
490 TanhApproximation::matchAndRewrite(math::TanhOp op, in matchAndRewrite()
1281 patterns.add<AtanApproximation, Atan2Approximation, TanhApproximation, in populateMathPolynomialApproximationPatterns()