[ torch 参数更多 ]torch.hypot¶
torch.hypot¶
torch.hypot(input, other, *, out=None)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入 Tensor,仅参数名不一致。 |
other | y | 输入 Tensor,仅参数名不一致。 |
out | - | 表示输出的 Tensor,Paddle 无此参数,需要转写。 |
torch.hypot(input, other, *, out=None)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 输入 Tensor,仅参数名不一致。 |
other | y | 输入 Tensor,仅参数名不一致。 |
out | - | 表示输出的 Tensor,Paddle 无此参数,需要转写。 |