Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_device_functions.h683 struct CudaSupportedTypeImpl { struct
688 struct CudaSupportedTypeImpl<long long> { argument
693 struct CudaSupportedTypeImpl<unsigned long> {
700 struct CudaSupportedTypeImpl<long> {
703 using type = typename CudaSupportedTypeImpl<unsigned long>::type;
707 using CudaSupportedType = typename CudaSupportedTypeImpl<T>::type;