[ 仅参数名不一致 ]torch.roll¶
torch.roll¶
torch.roll(input,
shifts,
dims=None)
参数映射¶
| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | input | x | 输入的 Tensor ,仅参数名不一致。 | | shifts | shifts | 表示偏移量。 | | dims | axis | 表示滚动的轴,仅参数名不一致。 |