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.h52 sizeof(std::complex<float>) == sizeof(GpuComplexType),
54 static_assert(offsetof(GpuComplexType, x) == 0,
72 typedef GpuComplexType type;
96 inline GpuComplexType GpuComplexValue(std::complex<float> val) {
Dgpu_types.h59 using GpuComplexType = hipComplex; variable
77 using GpuComplexType = cuComplex;