Public Member Functions | |
| def | __init__ (self, normalized_shape, eps=1e-5, elementwise_affine=True) |
| def | reset_parameters (self) |
| def | forward (self, input) |
| def | extra_repr (self) |
Public Attributes | |
| normalized_shape | |
| eps | |
| elementwise_affine | |
| weight | |
| bias | |
Definition at line 76 of file normalization.py.
1.8.11