Caffe2 - Python API
A deep learning, cross platform ML framework
Packages
Classes
Files
C++ API
Python API
GitHub
Class List
Class Index
Class Hierarchy
Class Members
torch
nn
modules
instancenorm
InstanceNorm1d
List of all members
torch.nn.modules.instancenorm.InstanceNorm1d Class Reference
Inheritance diagram for torch.nn.modules.instancenorm.InstanceNorm1d:
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
59
of file
instancenorm.py
.
The documentation for this class was generated from the following file:
torch/nn/modules/
instancenorm.py
Generated on Thu Mar 21 2019 13:06:39 for Caffe2 - Python API by
1.8.11