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

Function next_i

dali/test/python/test_external_source_parallel_shared_batch.py:138–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 count = 0
137
138 def next_i():
139 nonlocal count
140 count += 1
141 return count
142
143 with setup_queue_and_worker(start_method, capacity, copy_callback, worker_params) as (
144 task_queue,

Callers 1

_test_queue_recvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected