Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
torch.nn.modules.instancenorm._InstanceNorm Class Reference
Inheritance diagram for torch.nn.modules.instancenorm._InstanceNorm:
torch.nn.modules.instancenorm.InstanceNorm1d torch.nn.modules.instancenorm.InstanceNorm2d torch.nn.modules.instancenorm.InstanceNorm3d

Public Member Functions

def __init__ (self, num_features, eps=1e-5, momentum=0.1, affine=False, track_running_stats=False)
 
def forward (self, input)
 

Detailed Description

Definition at line 6 of file instancenorm.py.


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