MCPcopy Index your code
hub / github.com/pytorch/pytorch / InstanceNorm

Method InstanceNorm

caffe2/python/cnn.py:167–168  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

165 return brew.spatial_gn(self, *args, order=self.order, **kwargs)
166
167 def InstanceNorm(self, *args, **kwargs):
168 return brew.instance_norm(self, *args, order=self.order, **kwargs)
169
170 def Relu(self, *args, **kwargs):
171 return brew.relu(

Callers 1

instance_normFunction · 0.80

Calls 1

instance_normMethod · 0.80

Tested by

no test coverage detected