Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc736 struct GPUDataType<Eigen::half> { struct
738 static constexpr cudaDataType_t type = CUDA_R_16F;
743 struct GPUDataType<float> { struct
745 static constexpr cudaDataType_t type = CUDA_R_32F;
750 struct GPUDataType<std::complex<float>> { struct
752 static constexpr cudaDataType_t type = CUDA_C_32F;
757 struct GPUDataType<double> { struct
759 static constexpr cudaDataType_t type = CUDA_R_64F;
764 struct GPUDataType<std::complex<double>> { struct
766 static constexpr cudaDataType_t type = CUDA_C_64F;