MCPcopy Create free account
hub / github.com/ARM-software/armnn / Transpose

Function Transpose

src/armnnUtils/Transpose.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Transpose(const armnn::TensorShape& srcShape, const armnn::PermutationVector& mappings,
154 const void* src, void* dst, size_t dataTypeSize)
155{
156 TransposeLoop(srcShape, mappings).Unroll(src, dst, dataTypeSize);
157}
158
159} // namespace armnnUtils

Callers 3

ExecuteMethod · 0.85
ApplyParamsMethod · 0.85
AdjointMethod · 0.85

Calls 2

TransposeLoopClass · 0.85
UnrollMethod · 0.45

Tested by

no test coverage detected