|
def | backward (self, gradients) |
|
def | forward (self, args) |
|
def | save_for_backward (self, args) |
|
def | saved_tensors (self) |
|
def | mark_dirty (self, args, kwargs) |
|
def | mark_non_differentiable (self, args, kwargs) |
|
def | forward_extended (self, input) |
|
def | backward_extended (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) |
|
|
| retain_variables |
|
| to_save |
|
| dirty_tensors |
|
| non_differentiable |
|
| to_save |
|
| dirty_tensors |
|
| non_differentiable |
|
|
def | forward (ctx, args, kwargs) |
|
def | backward (ctx, grad_outputs) |
|
| is_traceable |
|
Definition at line 332 of file function.py.
The documentation for this class was generated from the following file: