__init__(self, inplace=False) (defined in torch.autograd.function.InplaceFunction) | torch.autograd.function.InplaceFunction | |
__init__(cls, name, bases, attrs) (defined in torch.autograd.function.FunctionMeta) | torch.autograd.function.FunctionMeta | |
backward(ctx, grad_outputs) (defined in torch.autograd.function.Function) | torch.autograd.function.Function | static |
dirty_tensors (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
forward(ctx, args, kwargs) (defined in torch.autograd.function.Function) | torch.autograd.function.Function | static |
inplace (defined in torch.autograd.function.InplaceFunction) | torch.autograd.function.InplaceFunction | |
is_traceable (defined in torch.autograd.function.Function) | torch.autograd.function.Function | static |
mark_dirty(self, args) (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
mark_non_differentiable(self, args) (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
mark_shared_storage(self, pairs) (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
non_differentiable (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
save_for_backward(self, tensors) (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
to_save (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |