mindspore.Tensor.permute
- Tensor.permute(*axis)[source]
Tensor.permute supports unpacking the axis argument automatically when it is passed as an indefinite number of positional arguments, which has a slight difference from the input parameter of
mindspore.ops.permute()
. For details, please refer tomindspore.ops.permute()
.