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.cc737 struct GPUDataType<Eigen::half> { struct
739 static constexpr cudaDataType_t type = CUDA_R_16F;
744 struct GPUDataType<float> { struct
746 static constexpr cudaDataType_t type = CUDA_R_32F;
751 struct GPUDataType<std::complex<float>> { struct
753 static constexpr cudaDataType_t type = CUDA_C_32F;
758 struct GPUDataType<double> { struct
760 static constexpr cudaDataType_t type = CUDA_R_64F;
765 struct GPUDataType<std::complex<double>> { struct
767 static constexpr cudaDataType_t type = CUDA_C_64F;