Home
last modified time | relevance | path

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

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