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
pooling
MaxUnpool2d
Public Member Functions
|
Public Attributes
|
List of all members
torch.nn.modules.pooling.MaxUnpool2d Class Reference
Inheritance diagram for torch.nn.modules.pooling.MaxUnpool2d:
Public Member Functions
def
__init__
(self, kernel_size, stride=None, padding=0)
def
forward
(self, input, indices, output_size=None)
Public Member Functions inherited from
torch.nn.modules.pooling._MaxUnpoolNd
def
extra_repr
(self)
Public Attributes
kernel_size
stride
padding
Detailed Description
Definition at line
298
of file
pooling.py
.
The documentation for this class was generated from the following file:
torch/nn/modules/
pooling.py
Generated on Thu Mar 21 2019 13:06:39 for Caffe2 - Python API by
1.8.11