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