Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
test_nn.UnpoolingNet Class Reference
Inheritance diagram for test_nn.UnpoolingNet:

Public Member Functions

def __init__ (self, pool, unpool)
 
def forward (self, input)
 

Public Attributes

 pool
 
 unpool
 

Static Public Attributes

 constructor
 
tuple input_size = (1, 1, 4),
 
string fullname = 'MaxUnpool1d_net'
 
bool check_gradgrad = False
 

Detailed Description

Definition at line 7886 of file test_nn.py.

Member Data Documentation

test_nn.UnpoolingNet.constructor
static
Initial value:
1 = lambda:UnpoolingNet(
2  nn.MaxPool2d(2, return_indices=True),
3  nn.MaxUnpool2d(2)),

Definition at line 7897 of file test_nn.py.


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