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

Function get_pids

dali/test/python/test_pool.py:83–86  ·  view source on GitHub ↗
(worker_pool)

Source from the content-addressed store, hash-verified

81
82
83def get_pids(worker_pool):
84 # Note that we also capture the pids so the setup_function and teardown_function can
85 # verify its correctness.
86 return worker_pool.pids()
87
88
89def assert_scheduled_num(context, num_tasks):

Calls 1

pidsMethod · 0.45

Tested by

no test coverage detected