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

Method num_iter

dali/test/python/operator_2/test_reduce.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 return len(self._data[0])
37
38 def num_iter(self):
39 return 2 * len(self._data)
40
41 def reset(self):
42 self._index = 0

Callers 5

run_daliFunction · 0.80
run_numpyFunction · 0.80
run_reduceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected