Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ dummy_source
Function
dummy_source
dali/test/python/sequences_test_utils.py:190–196 ·
view source on GitHub ↗
(batches)
Source
from the content-addressed store, hash-verified
188
189
190
def
dummy_source(batches):
191
def
inner():
192
while
True:
193
for
batch in batches:
194
yield
batch
195
196
return
inner
197
198
199
def
unfold_batch(batch, num_expand):
Callers
1
arg_data_node
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected