Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
torch.autograd.function.BackwardCFunction Class Reference
Inheritance diagram for torch.autograd.function.BackwardCFunction:
torch.autograd.function._ContextMethodMixin torch.autograd.function._HookMixin

Public Member Functions

def apply (self, args)
 
- 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)
 

Additional Inherited Members

- Public Attributes inherited from torch.autograd.function._ContextMethodMixin
 to_save
 
 dirty_tensors
 
 non_differentiable
 

Detailed Description

Definition at line 73 of file function.py.


The documentation for this class was generated from the following file: