Sinh
torch_sinh(self)
self | (Tensor) the input tensor. |
---|
Returns a new tensor with the hyperbolic sine of the elements of
input
.
$$ \mbox{out}_{i} = \sinh(\mbox{input}_{i}) $$
#> torch_tensor #> 1.2141 #> 0.0432 #> -0.5440 #> 0.8477 #> [ CPUFloatType{4} ]