Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_multiprocessing_spawn.py52 def _test_success_first_then_exception_func(i, arg): function
160 …mp.start_processes(_test_success_first_then_exception_func, args=(exitcode,), nprocs=2, start_meth…
205 mp.spawn(_test_success_first_then_exception_func, args=(), nprocs=1)