mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
Implements torch.special.log_ndtr Issue: https://github.com/pytorch/pytorch/issues/50345 TODO: - [x] adding proper reference to scipy implementation - [x] double check if the changes in test/test_unary_ufuncs.py is really necessary - [x] check setting for UnaryUfuncInfo cc: @kshitij12345 @mruberry Pull Request resolved: https://github.com/pytorch/pytorch/pull/74795 Approved by: https://github.com/anjali411
47 lines
1.1 KiB
ReStructuredText
47 lines
1.1 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
|
|
.. 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:: log_ndtr
|
|
.. autofunction:: round
|
|
.. autofunction:: sinc
|
|
.. autofunction:: softmax
|
|
.. autofunction:: xlog1py
|
|
.. autofunction:: xlogy
|
|
.. autofunction:: zeta
|