Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1210 struct RsqrtApproximation : public OpRewritePattern<math::RsqrtOp> { struct
1219 RsqrtApproximation::matchAndRewrite(math::RsqrtOp op, in matchAndRewrite()
1289 patterns.add<RsqrtApproximation>(patterns.getContext()); in populateMathPolynomialApproximationPatterns()