Searched refs:numerator_coeffs (Results 1 – 1 of 1) sorted by relevance
30 static constexpr std::array<float, 7> numerator_coeffs{ in EmitFastTanh() local40 llvm::Value* numerator = llvm::ConstantFP::get(type, numerator_coeffs[0]); in EmitFastTanh()41 for (int i = 1; i < numerator_coeffs.size(); i++) { in EmitFastTanh()43 llvm::ConstantFP::get(type, numerator_coeffs[i])); in EmitFastTanh()