torch_asin(self)
Arguments
self |
(Tensor) the input tensor. |
Returns a new tensor with the arcsine of the elements of input
.
$$
\mbox{out}_{i} = \sin^{-1}(\mbox{input}_{i})
$$
Examples
#> torch_tensor
#> 0.5375
#> nan
#> nan
#> -0.3761
#> [ CPUFloatType{4} ]