Caffe2 - Python API
A deep learning, cross platform ML framework
torch.autograd.function.Function Member List

This is the complete list of members for torch.autograd.function.Function, including all inherited members.

__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.Functionstatic
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.Functionstatic
is_traceable (defined in torch.autograd.function.Function)torch.autograd.function.Functionstatic
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