Home
last modified time | relevance | path

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

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