mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Implement a brew wrapper for the LayerNorm op. This adds the scalar weight and bias terms to the op. Reviewed By: jmp84 Differential Revision: D5595836 fbshipit-source-id: 467b2e1158b0c454a149d4b26c47719826e98752 |
||
|---|---|---|
| .. | ||
| algebra.py | ||
| arg_scope.py | ||
| array_helpers.py | ||
| conv.py | ||
| dropout.py | ||
| elementwise_linear.py | ||
| fc.py | ||
| nonlinearity.py | ||
| normalization.py | ||
| pooling.py | ||
| tools.py | ||
| train.py | ||