Caffe2 - Python API
A deep learning, cross platform ML framework
List of all members
torch.nn.modules.batchnorm.BatchNorm3d Class Reference
Inheritance diagram for torch.nn.modules.batchnorm.BatchNorm3d:
torch.nn.modules.batchnorm._BatchNorm

Additional Inherited Members

- Public Member Functions inherited from torch.nn.modules.batchnorm._BatchNorm
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 inherited from torch.nn.modules.batchnorm._BatchNorm
 num_features
 
 eps
 
 momentum
 
 affine
 
 track_running_stats
 
 weight
 
 bias
 

Detailed Description

Definition at line 248 of file batchnorm.py.


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