Caffe2 - Python API
A deep learning, cross platform ML framework
Packages
Classes
Files
C++ API
Python API
GitHub
Class List
Class Index
Class Hierarchy
Class Members
torch
nn
modules
fold
Fold
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:
torch/nn/modules/
fold.py
Generated on Thu Mar 21 2019 13:06:39 for Caffe2 - Python API by
1.8.11