[ 仅参数名不一致 ] torch.Tensor.not_equal

torch.Tensor.not_equal

torch.Tensor.not_equal(other)

paddle.Tensor.not_equal

paddle.Tensor.not_equal(y)

两者功能一致且参数用法一致,仅参数名不一致,具体如下:

参数映射

| PyTorch | PaddlePaddle | 备注 | | ————- | ———— | —————————————————— | | other | y | 比较的矩阵,仅参数名不一致。 |