R/gen-namespace-docs.R
, R/gen-namespace-examples.R
, R/gen-namespace.R
torch_reciprocal.Rd
Reciprocal
torch_reciprocal(self)
self | (Tensor) the input tensor. |
---|
Returns a new tensor with the reciprocal of the elements of input
$$ \mbox{out}_{i} = \frac{1}{\mbox{input}_{i}} $$
#> torch_tensor #> -23.1089 #> -5.1872 #> -3.0214 #> -0.7167 #> [ CPUFloatType{4} ]