Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dmath_ops.cc30 static constexpr std::array<float, 7> numerator_coeffs{ in EmitFastTanh() local
40 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()