[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,Paddle 无此参数,需要转写。 |