blob: 402cee7b338ed6c68e9d74a876eba42ffc6be7b7 [file] [log] [blame]
.. role:: hidden
:class: hidden-section
torch.special
=============
The torch.special module, modeled after SciPy's `special <https://docs.scipy.org/doc/scipy/reference/special.html>`_ 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:: erfinv
.. autofunction:: expit
.. autofunction:: expm1
.. autofunction:: exp2
.. autofunction:: gammaln
.. autofunction:: i0e
.. autofunction:: logit
.. autofunction:: xlog1py