Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
torch.nn.modules.fold.Fold Class Reference
Inheritance diagram for torch.nn.modules.fold.Fold:

Public Member Functions

def __init__ (self, output_size, kernel_size, dilation=1, padding=0, stride=1)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 output_size
 
 kernel_size
 
 dilation
 
 padding
 
 stride
 

Detailed Description

Definition at line 8 of file fold.py.


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