[ 返回参数类型不一致 ]torch.equal¶
torch.equal¶
torch.equal(input,
other)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 表示输入的 Tensor ,仅参数名不一致。 |
other | y | 表示输入的 Tensor ,仅参数名不一致。 |
注:PyTorch 返回 bool 类型,Paddle 返回 0-D bool Tensor
torch.equal(input,
other)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 表示输入的 Tensor ,仅参数名不一致。 |
other | y | 表示输入的 Tensor ,仅参数名不一致。 |
注:PyTorch 返回 bool 类型,Paddle 返回 0-D bool Tensor