mindspore.Tensor.permute

View Source On Gitee
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 to mindspore.ops.permute().