Public Member Functions | |
def | __init__ (self, inplace=False) |
Public Member Functions inherited from torch.autograd.function.FunctionMeta | |
def | __init__ (cls, name, bases, attrs) |
Public Member Functions inherited from torch.autograd.function._ContextMethodMixin | |
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 | |
Public Attributes inherited from torch.autograd.function._ContextMethodMixin | |
to_save | |
dirty_tensors | |
non_differentiable | |
Additional Inherited Members | |
Static Public Member Functions inherited from torch.autograd.function.Function | |
def | forward (ctx, args, kwargs) |
def | backward (ctx, grad_outputs) |
Static Public Attributes inherited from torch.autograd.function.Function | |
is_traceable | |
Definition at line 243 of file function.py.