YouTip LogoYouTip

Pytorch Torch Erfinv

# PyTorch torch.erfinv Function * * PyTorch torch Reference Manual](#) `torch.erfinv` is a PyTorch function that computes the inverse error function element-wise. ### Function Definition torch.erfinv(input, *, out=None) * * * ## Example Usage ## Example import torch # Inverse error function example x = torch.tensor([0,0.5,0.9,0.99], dtype=torch.float32) result = torch.erfinv(x) print(result)# tensor([0.0000, 0.4769, 1.1631, 2.3267]) * * PyTorch torch Reference Manual](#) AI Processing... [](#)(#) [PyTorch torch.nn Reference Manual](#)[](#)
← Pytorch Torch Exp2Pytorch Torch Erf β†’