[ 仅参数名不一致 ] torch.fft.ifftshift¶
torch.fft.ifftshift¶
torch.fft.ifftshift(input, dim=None)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入 Tensor,仅参数名不一致。 |
dim | axes | 进行移动的轴,仅参数名不一致。 |
torch.fft.ifftshift(input, dim=None)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入 Tensor,仅参数名不一致。 |
dim | axes | 进行移动的轴,仅参数名不一致。 |