[torch 参数更多 ]torch.remainder¶
torch.remainder¶
torch.remainder(input,
other,
*,
out=None)
参数映射¶
| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | input | x | 被除数,Pytorch 可为 Tensor or Scalar,Paddle 仅可为 Tensor。 | | other | y | 除数,Pytorch 可为 Tensor or Scalar,Paddle 仅可为 Tensor。 | | out | - | 表示输出的 Tensor,PaddlePaddle 无此参数,需要进行转写。 |