Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc169 std::enable_if_t<std::is_integral<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function
179 std::enable_if_t<std::is_floating_point<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function
189 std::enable_if_t<Is16BitFloat<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function
199 std::enable_if_t<!IsReal<NativeT>::value, NativeT> GetMinImpl() { in GetMinImpl() function
210 NativeT<kType> operator()() const { return GetMinImpl<NativeT<kType>>(); } in operator ()()