MCPcopy 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

Calls 1

iterator_function_defFunction · 0.90

Tested by

no test coverage detected