Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp524 Value beta2 = bcast(f32Cst(builder, 2.26843463243900e-03f)); in matchAndRewrite() local
542 q = builder.create<math::FmaOp>(x2, q, beta2); in matchAndRewrite()