
Last chance! 50% off unlimited learning
Sale ends in
Erfinv
torch_erfinv(self)
(Tensor) the input tensor.
Computes the inverse error function of each element of input
.
The inverse error function is defined in the range
# NOT RUN {
if (torch_is_installed()) {
torch_erfinv(torch_tensor(c(0, 0.5, -1.)))
}
# }
Run the code above in your browser using DataLab