Caffe2 - Python API
A deep learning, cross platform ML framework
Static Public Member Functions | Static Public Attributes | List of all members
torch.autograd.function.Function Class Reference
Inheritance diagram for torch.autograd.function.Function:
torch.autograd.function.FunctionMeta torch.autograd.function._ContextMethodMixin torch.autograd.function._HookMixin torch.autograd.function.InplaceFunction torch.autograd.function.NestedIOFunction torch.nn._functions.thnn.normalization.CrossMapLRN2d torch.nn._functions.thnn.sparse.EmbeddingBag torch.nn.modules._functions.SyncBatchNorm

Static Public Member Functions

def forward (ctx, args, kwargs)
 
def backward (ctx, grad_outputs)
 

Static Public Attributes

 is_traceable
 

Additional Inherited Members

- 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 inherited from torch.autograd.function._ContextMethodMixin
 to_save
 
 dirty_tensors
 
 non_differentiable
 

Detailed Description

Definition at line 109 of file function.py.


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