Atan
torch_atan(self)
self | (Tensor) the input tensor. |
---|
Returns a new tensor with the arctangent of the elements of input
.
$$ \mbox{out}_{i} = \tan^{-1}(\mbox{input}_{i}) $$
#> torch_tensor #> 0.4424 #> 0.7970 #> 0.6921 #> -0.3681 #> [ CPUFloatType{4} ]