MCPcopy Create free account
hub / github.com/NVIDIA/DALI / iterator_function

Function iterator_function

dali/test/python/jax_plugin/test_multigpu.py:403–404  ·  view source on GitHub ↗
(shard_id, num_shards)

Source from the content-addressed store, hash-verified

401 reader_name="reader",
402 )
403 def iterator_function(shard_id, num_shards):
404 return iterator_function_def(shard_id=shard_id, num_shards=num_shards)
405
406 data_iterator_instance = iterator_function(
407 batch_size=batch_size,

Calls 1

iterator_function_defFunction · 0.90

Tested by

no test coverage detected