Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1535 static const std::array<float, 17> kI1eCoeffsA{ in I1eImpl32() local
1556 z * EvaluateChebyshevPolynomial<float>(half * z - two, kI1eCoeffsA); in I1eImpl32()
1565 static const std::array<double, 29> kI1eCoeffsA{ in I1eImpl64() local
1602 z * EvaluateChebyshevPolynomial<double>(half * z - two, kI1eCoeffsA); in I1eImpl64()