Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ iterator_function
Function
iterator_function
dali/test/python/jax_plugin/test_iterator_decorator.py:41–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
# given
40
@data_iterator(output_map=[
"data"
], reader_name=
"reader"
)
41
def
iterator_function():
42
return
iterator_function_def()
43
44
iter = iterator_function(num_threads=4, device_id=0, batch_size=batch_size)
45
Callers
3
test_dali_iterator_decorator_declarative
Function · 0.70
test_dali_iterator_decorator_declarative_with_default_args
Function · 0.70
test_dali_iterator_decorator_declarative_pipeline_fn_with_argument
Function · 0.70
Calls
1
iterator_function_def
Function · 0.90
Tested by
no test coverage detected