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