diff options
author | Sam Gross <colesbury@gmail.com> | 2017-10-19 15:03:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 15:03:26 -0400 |
commit | f1f64c8d07b166066f6adc18daa7b9224af7d3cf (patch) | |
tree | 94f0b070dd55fff1301d6cb91a0a7368132d7f4a /docs | |
parent | 98e67448fa78bd1bc6f05920ad03efceecc10066 (diff) | |
download | pytorch-f1f64c8d07b166066f6adc18daa7b9224af7d3cf.tar.gz pytorch-f1f64c8d07b166066f6adc18daa7b9224af7d3cf.tar.bz2 pytorch-f1f64c8d07b166066f6adc18daa7b9224af7d3cf.zip |
Generate autograd functions for NN / more refactors (#3136)
Generate autograd functions for NN and implement more derivatives in derivatives.yaml
A big refactor of gen_variable_type.py
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/nn.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/nn.rst b/docs/source/nn.rst index 55a0d73414..92416812c4 100644 --- a/docs/source/nn.rst +++ b/docs/source/nn.rst @@ -857,6 +857,11 @@ Non-linear activation functions .. autofunction:: rrelu +:hidden:`glu` +~~~~~~~~~~~~~~~ + +.. autofunction:: glu + :hidden:`logsigmoid` ~~~~~~~~~~~~~~~~~~~~ |