R/gen-namespace-docs.R
, R/gen-namespace-examples.R
, R/gen-namespace.R
torch_erfinv.Rd
Erfinv
torch_erfinv(self)
self | (Tensor) the input tensor. |
---|
Computes the inverse error function of each element of input
.
The inverse error function is defined in the range \((-1, 1)\) as:
$$ \mathrm{erfinv}(\mathrm{erf}(x)) = x $$
#> torch_tensor #> 0.0000 #> 0.4769 #> -inf #> [ CPUFloatType{3} ]