Home
last modified time | relevance | path

Searched defs:IsNegativeZero (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc285 static bool IsNegativeZero(T value) { in IsNegativeZero() function
291 static bool IsNegativeZero(T value) { in IsNegativeZero() function
296 static bool IsNegativeZero(std::complex<T> value) { in IsNegativeZero() function
300 static bool IsNegativeZero(Eigen::QUInt8 value) { return false; } in IsNegativeZero() function
301 static bool IsNegativeZero(Eigen::QInt8 value) { return false; } in IsNegativeZero() function
302 static bool IsNegativeZero(Eigen::QUInt16 value) { return false; } in IsNegativeZero() function
303 static bool IsNegativeZero(Eigen::QInt16 value) { return false; } in IsNegativeZero() function
304 static bool IsNegativeZero(Eigen::QInt32 value) { return false; } in IsNegativeZero() function
305 static bool IsNegativeZero(Eigen::half value) { in IsNegativeZero() function
308 static bool IsNegativeZero(tensorflow::bfloat16 value) { in IsNegativeZero() function