Searched refs:CheckForOverflow (Results 1 – 1 of 1) sorted by relevance
442 static inline bool CheckForOverflow(double as_double, T* out) { in CheckForOverflow() function450 inline bool CheckForOverflow<Eigen::half>(double as_double, Eigen::half* out) { in CheckForOverflow() function464 if (TF_PREDICT_FALSE(CheckForOverflow<T>(as_double, out))) { in ConvertOneFloat()