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

Method Sum

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

Source from the content-addressed store, hash-verified

184 return self.Concat(*args, **kwargs)
185
186 def Sum(self, *args, **kwargs):
187 return brew.sum(self, *args, **kwargs)
188
189 def Transpose(self, *args, **kwargs):
190 return brew.transpose(self, *args, use_cudnn=self.use_cudnn, **kwargs)

Callers 15

MLPFunction · 0.95
_test_nccl_syncMethod · 0.80
bottleneck_blockMethod · 0.80
basic_blockMethod · 0.80
_applyMethod · 0.80
_calc_norm_ratioFunction · 0.80
recurrent_netFunction · 0.80
testPartialCloneMethod · 0.80
add_opsMethod · 0.80

Calls 1

sumMethod · 0.45