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

Method Softmax

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

Source from the content-addressed store, hash-verified

156 )
157
158 def Softmax(self, *args, **kwargs):
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)

Callers 15

test_simple_cnnmodelMethod · 0.95
AlexNetFunction · 0.95
OverFeatFunction · 0.95
VGGAFunction · 0.95
InceptionFunction · 0.95
test_softmax_bfloat16Method · 0.80
test_softmaxMethod · 0.80
test_softmaxMethod · 0.80
test_softmaxMethod · 0.80
test_softmaxMethod · 0.80
__init__Method · 0.80

Calls 1

softmaxMethod · 0.80

Tested by 15

test_simple_cnnmodelMethod · 0.76
test_softmax_bfloat16Method · 0.64
test_softmaxMethod · 0.64
test_softmaxMethod · 0.64
test_softmaxMethod · 0.64
test_softmaxMethod · 0.64
__init__Method · 0.64
fnMethod · 0.64
__init__Method · 0.64
__init__Method · 0.64