Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dcuda_sparse.cc50 struct CudaComplexT { struct
51 typedef T type;
54 struct CudaComplexT<std::complex<float>> { struct
55 typedef cuComplex type;
58 struct CudaComplexT<std::complex<double>> { struct
59 typedef cuDoubleComplex type;