Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ NN_transpose()

void NN_transpose ( Tensor out,
const Tensor a 
)

Transpose a 2D tensor

Warning
this is not an in-place operation, the output tensor should be different from the input tensor
Parameters
outthe output tensor of shape (n, m)
athe input tensor of shape (m, n)