Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc70 const int kInfBit = 0x01; variable
117 result |= kInfBit; in checkFloatingElement()
127 if ((fp_props & kInfBit) && (fp_props & kNaNBit)) { in getErrorString()
130 if (fp_props & kInfBit) { in getErrorString()