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

torch.Tensor.gcd

torch.Tensor.gcd(other)

paddle.Tensor.gcd

paddle.Tensor.gcd(y, name=None)

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

参数映射

PyTorch PaddlePaddle 备注
other y 输入的 Tensor ,仅参数名不一致。