[ 输入参数类型不一致 ]torch.Tensor.eq_¶
torch.Tensor.eq_¶
torch.Tensor.eq_(other)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
other | y | 表示输入的 Tensor ,PyTorch 支持 Python Number 和 Tensor 类型, Paddle 仅支持 Tensor 类型。当输入为 Python Number 类型时,需要转写。 |
torch.Tensor.eq_(other)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
other | y | 表示输入的 Tensor ,PyTorch 支持 Python Number 和 Tensor 类型, Paddle 仅支持 Tensor 类型。当输入为 Python Number 类型时,需要转写。 |