Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67ad306

Browse files
Adding layernorm docs
1 parent 64f3d36 commit 67ad306

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Installation requires CUDA 9 or later, PyTorch 0.4 or later, and Python 3. Insta
4444

4545
optimizers
4646

47+
.. toctree::
48+
:maxdepth: 1
49+
:caption: Fused Layer Norm
50+
51+
layernorm
52+
4753
.. reparameterization
4854
.. RNN
4955

docs/source/layernorm.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. role:: hidden
2+
:class: hidden-section
3+
4+
apex.normalization.fused_layer_norm
5+
===================================
6+
7+
.. automodule:: apex.normalization.fused_layer_norm
8+
.. currentmodule:: apex.normalization.fused_layer_norm
9+
10+
.. FusedAdam
11+
----------
12+
13+
.. autoclass:: FusedLayerNorm
14+
:members:

0 commit comments

Comments
 (0)