Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 748 Bytes

special.rst.txt

File metadata and controls

31 lines (24 loc) · 748 Bytes

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:: erfinv
.. autofunction:: expit
.. autofunction:: expm1
.. autofunction:: exp2
.. autofunction:: gammaln
.. autofunction:: i0e
.. autofunction:: logit
.. autofunction:: xlog1py