torch.Tensor.cauchy_Tensor.cauchy_(median=0, sigma=1, *, generator=None) โ Tensor# Fills the tensor with numbers drawn from the Cauchy distribution: f(x)=1ฯฯ(xโmedian)2+ฯ2f(x) = \dfrac{1}{\pi} \dfrac{\sigma}{(x - \text{median})^2 + \sigma^2}f(x)=ฯ1โ(xโmedian)2+ฯ2ฯโ Note Sigma (ฯ\sigmaฯ) is used to denote the scale parameter in Cauchy distribution.