[ 仅参数名不一致 ]torch.Tensor.roll

torch.Tensor.roll

torch.Tensor.roll(shifts, dims)

paddle.Tensor.roll

paddle.Tensor.roll(shifts, axis=None)

两者功能一致且参数用法一致,仅参数名不一致,具体如下:

参数映射

| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | shifts | shifts | 表示偏移量。 | | dims | axis | 表示滚动的轴,仅参数名不一致。 |