Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc73 const int kPositiveInfBit = 0x08; variable
162 result |= y < static_cast<T>(0.) ? kNegativeInfBit : kPositiveInfBit; in checkFloatingElement()
175 if (fp_props & kPositiveInfBit) { in getErrorString()