Home
last modified time | relevance | path

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

/external/pytorch/torch/multiprocessing/
D__init__.py45 ProcessRaisedException,
Dspawn.py46 class ProcessRaisedException(ProcessException): class
203 raise ProcessRaisedException(msg, error_index, failed_process.pid)
/external/pytorch/test/
Dtest_multiprocessing_spawn.py204 with self.assertRaises(mp.ProcessRaisedException):
298 mp.ProcessRaisedException("Oh no!", 1, 1),
/external/pytorch/torch/distributed/elastic/multiprocessing/
Dapi.py724 except (mp.ProcessRaisedException, mp.ProcessExitedException) as e:
/external/pytorch/test/distributed/elastic/multiprocessing/
Dapi_test.py533 e = mp.ProcessRaisedException(msg="test msg", error_index=0, error_pid=123)