Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc319 struct CUDADataType<Eigen::half> { struct
320 static constexpr cudaDataType_t type = SE_CUDA_DATA_HALF;
324 struct CUDADataType<std::complex<Eigen::half>> { struct
325 static constexpr cudaDataType_t type = CUDA_C_16F;
329 struct CUDADataType<float> { struct
330 static constexpr cudaDataType_t type = CUDA_R_32F;
334 struct CUDADataType<std::complex<float>> { struct
335 static constexpr cudaDataType_t type = CUDA_C_32F;
339 struct CUDADataType<double> { struct
340 static constexpr cudaDataType_t type = CUDA_R_64F;
[all …]