MCPcopy Create free account
hub / github.com/pytorch/pytorch / SpatialBN

Method SpatialBN

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

Source from the content-addressed store, hash-verified

159 return brew.softmax(self, *args, use_cudnn=self.use_cudnn, **kwargs)
160
161 def SpatialBN(self, *args, **kwargs):
162 return brew.spatial_bn(self, *args, order=self.order, **kwargs)
163
164 def SpatialGN(self, *args, **kwargs):
165 return brew.spatial_gn(self, *args, order=self.order, **kwargs)

Callers 13

add_shortcutMethod · 0.80
conv_bnMethod · 0.80
add_model_opsMethod · 0.80
spatial_bnFunction · 0.80
_add_opsMethod · 0.80

Calls

no outgoing calls