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

Class Transpose

tensorflow/core/kernels/transpose_functor.h:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60// Primary device specific functor to be specialized for each device and type.
61template <typename Device, typename T, bool conjugate = false>
62struct Transpose {
63 static void run(const Device& d, const Tensor& in,
64 const gtl::ArraySlice<int32> perm, Tensor* out);
65};
66
67// Implementation details.
68namespace internal {

Callers 8

TEST_FFunction · 0.50
TEST_FFunction · 0.50
VectorizeMethod · 0.50
TEST_FFunction · 0.50
TransposeGradFunction · 0.50
TileGradFunction · 0.50
GatherV2GradFunction · 0.50
ProdGradFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40