Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp565 struct LogApproximationBase : public OpRewritePattern<Op> { struct
578 LogApproximationBase<Op>::logMatchAndRewrite(Op op, PatternRewriter &rewriter, in logMatchAndRewrite()
688 struct LogApproximation : public LogApproximationBase<math::LogOp> {
689 using LogApproximationBase::LogApproximationBase;
699 struct Log2Approximation : public LogApproximationBase<math::Log2Op> {
700 using LogApproximationBase::LogApproximationBase;