|
|
def | __init__ (self, size, alpha=1e-4, beta=0.75, k=1) |
| |
|
def | forward (self, input) |
| |
|
def | backward (self, grad_output) |
| |
|
def | __init__ (cls, name, bases, attrs) |
| |
|
def | save_for_backward (self, tensors) |
| |
|
def | mark_dirty (self, args) |
| |
|
def | mark_shared_storage (self, pairs) |
| |
|
def | mark_non_differentiable (self, args) |
| |
|
|
| size |
| |
|
| alpha |
| |
|
| beta |
| |
|
| k |
| |
|
| scale |
| |
|
| to_save |
| |
|
| dirty_tensors |
| |
|
| non_differentiable |
| |
|
|
def | forward (ctx, args, kwargs) |
| |
|
def | backward (ctx, grad_outputs) |
| |
|
| is_traceable |
| |
Definition at line 8 of file normalization.py.
The documentation for this class was generated from the following file: