MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GpuComplex

Function GpuComplex

tensorflow/stream_executor/gpu/gpu_helpers.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84template <typename T>
85inline const typename GpuComplexT<T>::type* GpuComplex(const T* p) {
86 return reinterpret_cast<const typename GpuComplexT<T>::type*>(p);
87}
88
89template <typename T>
90inline typename GpuComplexT<T>::type* GpuComplex(T* p) {

Callers 15

DoBlasIaminMethod · 0.85
DoFftInternalMethod · 0.85
DoFftInternalMethod · 0.85
DoBlasAsumMethod · 0.85
DoBlasAxpyMethod · 0.85
DoBlasCopyMethod · 0.85
DoBlasDotcMethod · 0.85
DoBlasDotuMethod · 0.85
DoBlasNrm2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected