Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcheck_numerics_op.cc71 const int kNaNBit = 0x02; variable
119 result |= kNaNBit; in checkFloatingElement()
127 if ((fp_props & kInfBit) && (fp_props & kNaNBit)) { in getErrorString()
133 if (fp_props & kNaNBit) { in getErrorString()
164 result |= kNaNBit; in checkFloatingElement()
178 if (fp_props & kNaNBit) { in getErrorString()
Ddebug_ops.h661 result |= kNaNBit;
672 if (fp_props & kNaNBit) {
688 static constexpr int kNaNBit = 0x04;