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

Function DoMatrixTranspose

tensorflow/core/kernels/transpose_functor_gpu.cu.cc:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224template <>
225Status DoMatrixTranspose(const GPUDevice& device, const Tensor& in,
226 Tensor* out) {
227 return internal::DoMatrixTransposeImpl(device, in, /*conjugate=*/false, out);
228}
229template <>
230Status DoConjugateMatrixTranspose(const GPUDevice& device, const Tensor& in,
231 Tensor* out) {

Callers

nothing calls this directly

Calls 1

DoMatrixTransposeImplFunction · 0.85

Tested by

no test coverage detected