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

Function DoTranspose

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

Source from the content-addressed store, hash-verified

213
214template <>
215Status DoTranspose(const GPUDevice& device, const Tensor& in,
216 const gtl::ArraySlice<int32> perm, Tensor* out) {
217 return internal::DoTransposeImpl(device, in, perm, /*conjugate=*/false, out);
218}
219template <>
220Status DoConjugateTranspose(const GPUDevice& device, const Tensor& in,
221 const gtl::ArraySlice<int32> perm, Tensor* out) {

Callers 10

operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
TransposeOperandFunction · 0.85
ComputeMethod · 0.85
DoTransposeMethod · 0.85
DoTransposeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85

Calls 1

DoTransposeImplFunction · 0.85

Tested by

no test coverage detected