Home
last modified time | relevance | path

Searched refs:pids_queue (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/test/
Dtest_multiprocessing_spawn.py73 def _test_nested(i, pids_queue, nested_child_sleep, start_method): argument
85 pids_queue.put(mp_context.pids())
168 pids_queue = context.Queue()
172 args=(pids_queue, nested_child_sleep, self.start_method),
180 pids = pids_queue.get()