Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dali
Function · 0.80
run_numpy
Function · 0.80
run_reduce
Function · 0.80
run_reduce_with_mean_input
Function · 0.80
run_and_compare_with_layout
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected