Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dnumbers.cc180 static const double kDoublePrecisionCheckMax = DBL_MAX / 1.000000000000001; variable
197 if (std::abs(value) <= kDoublePrecisionCheckMax) { in DoubleToBuffer()