[ 参数完全一致 ]torch.Tensor.moveaxis
torch.Tensor.moveaxis
torch.Tensor.moveaxis(source, destination)
参数映射
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| source | source | 将被移动的轴的位置。 |
| destination | destination | 轴被移动后的目标位置。 |
torch.Tensor.moveaxis(source, destination)
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| source | source | 将被移动的轴的位置。 |
| destination | destination | 轴被移动后的目标位置。 |