Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc164 std::enable_if_t<std::is_integral<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function
174 std::enable_if_t<std::is_floating_point<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function
184 std::enable_if_t<Is16BitFloat<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function
194 std::enable_if_t<!IsReal<NativeT>::value, NativeT> GetMaxImpl() { in GetMaxImpl() function