[ 仅参数名不一致 ]torch.moveaxis¶
torch.moveaxis¶
torch.moveaxis(input,
source,
destination)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 表示输入的 Tensor ,仅参数名不一致。 |
source | source | 表示将被移动的轴的位置,仅参数名不一致。 |
destination | destination | 表示轴被移动后的目标位置,仅参数名不一致。 |