Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_context.cc27 struct CUDAComplexT { struct
28 typedef T type;
31 struct CUDAComplexT<std::complex<float>> { struct
32 typedef cuComplex type;
35 struct CUDAComplexT<std::complex<double>> { struct
36 typedef cuDoubleComplex type;
/external/tensorflow/tensorflow/core/kernels/
Dcuda_solvers.h40 struct CUDAComplexT { struct
44 struct CUDAComplexT<std::complex<float>> { argument