Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc1205 auto sqrt_max_value = Sqrt(MaxFiniteValue(b, shape.element_type())); in Acosh() local
1207 Select(Ge(x, sqrt_max_value), overflow_result, naive_result)); in Acosh()
1254 auto sqrt_max_value = Sqrt(MaxFiniteValue(b, shape.element_type())); in Asinh() local
1255 return Sign(x) * Select(Ge(a, sqrt_max_value), overflow_result, in Asinh()