Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ generator_fun
Function
generator_fun
dali/test/python/test_external_source_parallel.py:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
100
101
def
generator_fun():
102
while
True:
103
yield
[np.full((2, 2), 42)]
104
105
106
def
check_source_build(source):
Callers
1
test_wrong_source
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected