[ 组合替代实现 ]torch.copysign¶
torch.copysign¶
torch.copysign(input,
other,
*,
out=None)
创建一个新的浮点张量,其大小与input
相同,正负符号与other
相同
PaddlePaddle 目前无对应 API,可使用如下代码组合替代实现:
torch.copysign(input,
other,
*,
out=None)
创建一个新的浮点张量,其大小与input
相同,正负符号与other
相同
PaddlePaddle 目前无对应 API,可使用如下代码组合替代实现: