MCPcopy 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
28def answer(pid, info):
29 return np.array([pid, info.idx_in_epoch, info.idx_in_batch, info.iteration])
30
31
32def simple_callback(info):

Calls

no outgoing calls

Tested by

no test coverage detected