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

Public Member Functions

def __init__ (self, n_filters)
 
def forward (self, x)
 

Public Attributes

 conv1
 
 bn1
 
 prelu
 
 conv2
 
 bn2
 

Detailed Description

Definition at line 14 of file srresnet.py.


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