Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp515 Value alpha3 = bcast(f32Cst(builder, 6.37261928875436e-04f)); in matchAndRewrite() local
536 p = builder.create<math::FmaOp>(x2, p, alpha3); in matchAndRewrite()