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

Method __next__

dali/test/python/test_pool.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return self
50
51 def __next__(self):
52 self.count += 1
53 return [np.array([self.pid, self.count]) for i in range(self.count)]
54
55
56class MockGroup:

Callers 2

test_api_fw_check1Function · 0.45
test_api_fw_check2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected