ArmNN
 21.02
Transpose.cpp File Reference
#include <armnn/Tensor.hpp>
#include <armnnUtils/Transpose.hpp>
#include "Half.hpp"
#include <cassert>
#include <cstring>

Go to the source code of this file.

Namespaces

 armnnUtils
 

Functions

armnn::TensorShape TransposeTensorShape (const armnn::TensorShape &srcShape, const armnn::PermutationVector &mappings)
 
armnn::TensorInfo TransposeTensorShape (const armnn::TensorInfo &info, const armnn::PermutationVector &mappings)
 
void Transpose (const armnn::TensorShape &dstShape, const armnn::PermutationVector &mappings, const void *src, void *dst, size_t dataTypeSize)