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 | |
Definition at line 248 of file batchnorm.py.