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