.. role:: hidden :class: hidden-section torch.special ============= The torch.special module, modeled after SciPy's `special `_ module. This module is in BETA. New functions are still being added, and some functions may change in future PyTorch releases. See the documentation of each function for details. .. automodule:: torch.special :noindex: .. currentmodule:: torch.special Functions ----------------------- .. autofunction:: entr .. autofunction:: erf .. autofunction:: erfc .. autofunction:: erfcx .. autofunction:: erfinv .. autofunction:: expit .. autofunction:: expm1 .. autofunction:: exp2 .. autofunction:: gammaln .. autofunction:: polygamma .. autofunction:: digamma .. autofunction:: psi .. autofunction:: i0 .. autofunction:: i0e .. autofunction:: i1 .. autofunction:: i1e .. autofunction:: logit .. autofunction:: logsumexp .. autofunction:: log1p .. autofunction:: log_softmax .. autofunction:: multigammaln .. autofunction:: ndtr .. autofunction:: ndtri .. autofunction:: round .. autofunction:: sinc .. autofunction:: xlog1py .. autofunction:: xlogy .. autofunction:: zeta