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

Method max

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

Source from the content-addressed store, hash-verified

39
40 @property
41 def max(self):
42 assert len(self._values)
43 return max(self._values)
44
45 @property
46 def min(self):

Callers 15

intensity_to_rgbFunction · 0.80
draw_boxesFunction · 0.80
__iter__Method · 0.80
__init__Method · 0.80
_augmentMethod · 0.80
YaFunction · 0.80
iFunction · 0.80
runFunction · 0.80
nMethod · 0.80
visualizeMethod · 0.80
reset_statsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected