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

Method count

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

Source from the content-addressed store, hash-verified

25
26 @property
27 def count(self):
28 return len(self._values)
29
30 @property
31 def average(self):

Callers 6

__iter__Method · 0.45
__iter__Method · 0.45
__iter__Method · 0.45
parallel.pyFile · 0.45
_before_trainMethod · 0.45
multilevel_roi_alignFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected