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

Function DoMatrixTranspose

tensorflow/core/kernels/transpose_functor_cpu.cc:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 } \
124 template <> \
125 Status DoMatrixTranspose(const DEVICE& device, const Tensor& in, \
126 Tensor* out) { \
127 return internal::DoMatrixTransposeImpl(device, in, /*conjugate=*/false, \
128 out); \
129 } \
130 template <> \
131 Status DoConjugateMatrixTranspose(const DEVICE& device, const Tensor& in, \
132 Tensor* out) { \

Callers 6

ComputeAsyncMethod · 0.70
ComputeAsyncMethod · 0.70
ComputeAsyncMethod · 0.70
ComputeAsyncMethod · 0.70
RunSVDMethod · 0.70
PerformSVD_MgeqNMethod · 0.70

Calls 1

DoMatrixTransposeImplFunction · 0.85

Tested by

no test coverage detected