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.cc329 struct CUDADataType<Eigen::half> { struct
330 static constexpr cudaDataType_t type = SE_CUDA_DATA_HALF;
334 struct CUDADataType<std::complex<Eigen::half>> { struct
335 static constexpr cudaDataType_t type = CUDA_C_16F;
339 struct CUDADataType<float> { struct
340 static constexpr cudaDataType_t type = CUDA_R_32F;
344 struct CUDADataType<std::complex<float>> { struct
345 static constexpr cudaDataType_t type = CUDA_C_32F;
349 struct CUDADataType<double> { struct
350 static constexpr cudaDataType_t type = CUDA_R_64F;
[all …]