Home
last modified time | relevance | path

Searched defs:mp_queue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/elastic/timer/
H A Dlocal_timer_test.py30 def func2(n, mp_queue): argument
105 def _run(mp_queue, timeout, duration): argument
121 def _enqueue_on_interval(mp_queue, n, interval, sem): argument
H A Dlocal_timer_example.py31 def _happy_function(rank, mp_queue): argument
37 def _stuck_function(rank, mp_queue): argument
/aosp_15_r20/external/pytorch/torch/distributed/elastic/timer/
H A Dlocal_timer.py32 def __init__(self, mp_queue): argument