Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc345 struct CUDADataType<Eigen::half> { struct
346 static constexpr cudaDataType_t type = SE_CUDA_DATA_HALF;
350 struct CUDADataType<std::complex<Eigen::half>> { struct
351 static constexpr cudaDataType_t type = CUDA_C_16F;
355 struct CUDADataType<float> { struct
356 static constexpr cudaDataType_t type = CUDA_R_32F;
360 struct CUDADataType<std::complex<float>> { struct
361 static constexpr cudaDataType_t type = CUDA_C_32F;
365 struct CUDADataType<double> { struct
366 static constexpr cudaDataType_t type = CUDA_R_64F;
[all …]