mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
Fixes #127902 Pull Request resolved: https://github.com/pytorch/pytorch/pull/128189 Approved by: https://github.com/kurman
27 lines
630 B
ReStructuredText
27 lines
630 B
ReStructuredText
.. _events-api:
|
|
|
|
Events
|
|
============================
|
|
|
|
.. automodule:: torch.distributed.elastic.events
|
|
|
|
API Methods
|
|
------------
|
|
|
|
.. autofunction:: torch.distributed.elastic.events.record
|
|
|
|
.. autofunction:: torch.distributed.elastic.events.construct_and_record_rdzv_event
|
|
|
|
.. autofunction:: torch.distributed.elastic.events.get_logging_handler
|
|
|
|
Event Objects
|
|
-----------------
|
|
|
|
.. currentmodule:: torch.distributed.elastic.events.api
|
|
|
|
.. autoclass:: torch.distributed.elastic.events.api.Event
|
|
|
|
.. autoclass:: torch.distributed.elastic.events.api.EventSource
|
|
|
|
.. autoclass:: torch.distributed.elastic.events.api.EventMetadataValue
|