Install
Usage
Examples
Further Reading
Python API Reference
C++ API Reference
Applies Root Mean Square normalization [1] to the inputs.
Computes
where \(\gamma\) is a learned per feature dimension parameter initialized at 1.
[1]: https://arxiv.org/abs/1910.07467
dims (int) – The feature dimension of the input to normalize over
eps (float) – A small additive constant for numerical stability