mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Reference: https://github.com/pytorch/pytorch/issues/50345 Pull Request resolved: https://github.com/pytorch/pytorch/pull/62251 Reviewed By: H-Huang Differential Revision: D31141834 Pulled By: mruberry fbshipit-source-id: aecaf62af248e9034ef589159ce0fb325c729493
48 lines
1.0 KiB
ReStructuredText
48 lines
1.0 KiB
ReStructuredText
.. 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.
|
|
|
|
.. 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:: gammainc
|
|
.. autofunction:: gammaincc
|
|
.. 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:: softmax
|
|
.. autofunction:: xlog1py
|
|
.. autofunction:: xlogy
|
|
.. autofunction:: zeta
|