MCPcopy 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):

Calls 1

rand_tupleFunction · 0.85

Tested by

no test coverage detected