MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / sum

Method sum

tensorpack/utils/stats.py:36–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35 @property
36 def sum(self):
37 assert len(self._values)
38 return np.sum(self._values)
39
40 @property
41 def max(self):

Callers 10

feedMethod · 0.80
_on_fetchesMethod · 0.80
run_testFunction · 0.80
eval_classificationFunction · 0.80
pickFunction · 0.80
eval_classificationFunction · 0.80
get_anchor_labelsMethod · 0.80
eval_classificationFunction · 0.80
visualizeFunction · 0.80
eval_classificationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected