Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fp16.cc68 const AliasedFloatInt f16max = AliasedFloatInt::FromUInt((127 + 16) << 23); in __gnu_f2h_ieee() local
83 f16max.as_uint()) { // result is Inf or NaN (all exponent bits set) in __gnu_f2h_ieee()
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h296 const FP32 f16max = { (127 + 16) << 23 }; in float_to_half_rtne()
310 if (f.u >= f16max.u) { // result is Inf or NaN (all exponent bits set) in float_to_half_rtne()