Public Member Functions | |
def | __init__ (self, inplace=False) |
![]() | |
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) |
Public Attributes | |
inplace | |
![]() | |
to_save | |
dirty_tensors | |
non_differentiable | |
Additional Inherited Members | |
![]() | |
def | forward (ctx, args, kwargs) |
def | backward (ctx, grad_outputs) |
![]() | |
is_traceable | |
Definition at line 243 of file function.py.