Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ gen_fun_source
Function
gen_fun_source
dali/test/python/test_external_source_dali.py:462–464 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
460
return
rand_tuple(rand_batch)
461
462
def
gen_fun_source():
463
while
True:
464
yield
rand_tuple(rand_batch)
465
466
class
IteratorSource:
467
def
__iter__(self):
Callers
1
_test_partially_utilized_external_source_warning
Function · 0.85
Calls
1
rand_tuple
Function · 0.85
Tested by
no test coverage detected