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

Public Member Functions

def __init__ (self, size, alpha=1e-4, beta=0.75, k=1)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 size
 
 alpha
 
 beta
 
 k
 

Detailed Description

Definition at line 58 of file normalization.py.


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