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