1. torch.reciprocal(input, out=None)说明: 返回一个新张量,包含输入input张量每个元素的倒数。参数:
input(Tensor) – 输入张量
out(Tensor, 可选) – 输出张量
>>>
2019-06-23