1.. _elastic_subprocess_handler-api: 2 3Subprocess Handling 4====================== 5 6.. automodule:: torch.distributed.elastic.multiprocessing.subprocess_handler 7.. automodule:: torch.distributed.elastic.multiprocessing.subprocess_handler.subprocess_handler 8.. automodule:: torch.distributed.elastic.multiprocessing.subprocess_handler.handlers 9 10Retrieve SubprocessHandler 11--------------------------- 12 13.. autofunction:: torch.distributed.elastic.multiprocessing.subprocess_handler.handlers.get_subprocess_handler 14 15SubprocessHandler 16--------------------- 17 18.. currentmodule:: torch.distributed.elastic.multiprocessing.subprocess_handler.subprocess_handler 19 20.. autoclass:: SubprocessHandler 21