Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ answer
Function
answer
dali/test/python/test_pool.py:28–29 ·
view source on GitHub ↗
(pid, info)
Source
from the content-addressed store, hash-verified
26
27
28
def
answer(pid, info):
29
return
np.array([pid, info.idx_in_epoch, info.idx_in_batch, info.iteration])
30
31
32
def
simple_callback(info):
Callers
8
simple_callback
Function · 0.85
test_pool_one_task
Method · 0.85
test_pool_multi_task
Method · 0.85
test_pool_no_overwrite_batch
Method · 0.85
test_pool_work_split_multiple_tasks
Method · 0.85
test_pool_iterator_dedicated_worker
Method · 0.85
test_pool_many_ctxs
Method · 0.85
test_pool_context_sync
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected