TensorTranspose¶
streaming mode | Standard category
Inputs¶
tensor
(tensor_real) - the input tensor
Outputs¶
tensor
(tensor_real) - the transposed output tensor
Parameters¶
permutation
(vector_integer) :permutation of [0,1,2,3]. The i’th dimension of the returned tensor will correspond to the dimension numbered permutation[i] of the input.
Description¶
This algorithm performs transpositions over the axes of a tensor.
Source code¶
See also¶
TensorTranspose (standard)