diff options
author | Soumith Chintala <soumith@gmail.com> | 2017-07-13 02:31:57 -0400 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2017-07-13 02:31:57 -0400 |
commit | 37183e91de5593922f835f411670fbc96a739012 (patch) | |
tree | d0402b768283342672fdfce35e5d9da27ee402f2 /docs | |
parent | 14337693d0645e04e82c79bd38bda42b7e1c91a3 (diff) | |
download | pytorch-37183e91de5593922f835f411670fbc96a739012.tar.gz pytorch-37183e91de5593922f835f411670fbc96a739012.tar.bz2 pytorch-37183e91de5593922f835f411670fbc96a739012.zip |
add normalize docs to sphinx
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 de10e0d7a9..75a8fa9d28 100644 --- a/docs/source/nn.rst +++ b/docs/source/nn.rst @@ -887,6 +887,11 @@ Normalization functions .. autofunction:: batch_norm +:hidden:`normalize` +~~~~~~~~~~~~~~~~~~~~ + +.. autofunction:: normalize + Linear functions ---------------- |