MCPcopy Create free account
hub / github.com/NVIDIA/DALI / __init__

Method __init__

dali/test/python/test_utils.py:708–709  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

706 """Computes and stores the average and current value"""
707
708 def __init__(self):
709 self.reset()
710
711 def reset(self):
712 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected