Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
torch.nn.modules.batchnorm._BatchNorm Class Reference
Inheritance diagram for torch.nn.modules.batchnorm._BatchNorm:
torch.nn.modules.batchnorm.BatchNorm1d torch.nn.modules.batchnorm.BatchNorm2d torch.nn.modules.batchnorm.BatchNorm3d torch.nn.modules.batchnorm.SyncBatchNorm

Public Member Functions

def __init__ (self, num_features, eps=1e-5, momentum=0.1, affine=True, track_running_stats=True)
 
def reset_running_stats (self)
 
def reset_parameters (self)
 
def forward (self, input)
 
def extra_repr (self)
 

Public Attributes

 num_features
 
 eps
 
 momentum
 
 affine
 
 track_running_stats
 
 weight
 
 bias
 

Detailed Description

Definition at line 15 of file batchnorm.py.


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