Home
last modified time | relevance | path

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

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