Caffe2 - Python API
A deep learning, cross platform ML framework
torch.nn.modules.instancenorm.InstanceNorm2d Member List

This is the complete list of members for torch.nn.modules.instancenorm.InstanceNorm2d, including all inherited members.

__init__(self, num_features, eps=1e-5, momentum=0.1, affine=False, track_running_stats=False) (defined in torch.nn.modules.instancenorm._InstanceNorm)torch.nn.modules.instancenorm._InstanceNorm
forward(self, input) (defined in torch.nn.modules.instancenorm._InstanceNorm)torch.nn.modules.instancenorm._InstanceNorm