Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc210 static const std::array<float, 7> kErfTCoefficient{ in ErfImpl32Cephes() local
215 return x * EvaluatePolynomial<float>(x * x, kErfTCoefficient); in ErfImpl32Cephes()
265 static std::array<double, 5> kErfTCoefficient{ in ErfImpl64() local
274 return x * EvaluatePolynomial<double>(z, kErfTCoefficient) / in ErfImpl64()