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

Additional Inherited Members

- Public Member Functions inherited from torch.nn.modules.instancenorm._InstanceNorm
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 135 of file instancenorm.py.


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