torch.exp ... Returns a new tensor with the exponential of the elements of the input tensor input . ... Example: >>> torch.exp(torch.tensor([0, math.log(2.)])) ...
確定! 回上一頁