__init__(cls, name, bases, attrs) (defined in torch.autograd.function.FunctionMeta) | torch.autograd.function.FunctionMeta | |
backward(self, gradients) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
backward_extended(self, grad_output) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
dirty_tensors (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
forward(self, args) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
forward(ctx, args, kwargs) (defined in torch.autograd.function.Function) | torch.autograd.function.Function | static |
forward_extended(self, input) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
is_traceable (defined in torch.autograd.function.Function) | torch.autograd.function.Function | static |
mark_dirty(self, args, kwargs) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
mark_dirty(self, args) (defined in torch.autograd.function._ContextMethodMixin) | torch.autograd.function._ContextMethodMixin | |
mark_non_differentiable(self, args, kwargs) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
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.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
retain_variables (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
save_for_backward(self, args) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
saved_tensors(self) (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |
to_save (defined in torch.autograd.function.NestedIOFunction) | torch.autograd.function.NestedIOFunction | |