Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc221 std::enable_if_t<IsReal<NativeT>::value, NativeT> GetMaxElementImpl( in GetMaxElementImpl() function
228 std::enable_if_t<!IsReal<NativeT>::value, NativeT> GetMaxElementImpl( in GetMaxElementImpl() function
236 return GetMaxElementImpl<NativeT<kType>>(literal); in operator ()()