exp¶
- dragon.vm.torch.- exp(
 input,
 out=None
 )[source]¶
- Compute the exponential of input. \[\text{out} = \exp(\text{input}) \]- Parameters:
- input (dragon.vm.torch.Tensor) – The input tensor.
- out (dragon.vm.torch.Tensor, optional) – The output tensor.
 
 - Returns:
- dragon.vm.torch.Tensor – The output tensor. 
 
