Home
last modified time | relevance | path

Searched refs:GpuComplexType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_helpers.h54 sizeof(std::complex<float>) == sizeof(GpuComplexType),
56 static_assert(offsetof(GpuComplexType, x) == 0,
74 typedef GpuComplexType type;
104 inline GpuComplexType GpuComplexValue(std::complex<float> val) {
Dgpu_types.h59 using GpuComplexType = hipComplex; variable
77 using GpuComplexType = cuComplex;