Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1451 static const std::array<float, 7> kI0eCoeffsB{ in I0eImpl32() local
1464 EvaluateChebyshevPolynomial<float>(thirty_two / x - two, kI0eCoeffsB) / in I0eImpl32()
1487 static const std::array<double, 25> kI0eCoeffsB{ in I0eImpl64() local
1509 EvaluateChebyshevPolynomial<double>(thirty_two / x - two, kI0eCoeffsB) / in I0eImpl64()