[ torch 参数更多 ]torch.special.sinc
torch.special.sinc
torch.special.sinc(input, *, out=None)
paddle.sinc
paddle.sinc(x, name=None)
参数映射
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| input | x | 表示输出的 Tensor, 仅参数名不一致。 |
| out | - | 表示输出的 Tensor,Paddle 无此参数,需要转写。 |
