Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
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
205 NativeT<kType> operator()() const { return GetMaxImpl<NativeT<kType>>(); } in operator ()()