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

Public Member Functions

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

Public Attributes

 kernel_size
 
 dilation
 
 padding
 
 stride
 

Detailed Description

Definition at line 117 of file fold.py.


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