Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/distributed/elastic/timer/
H A Dfile_based_local_timer_test.py31 timer.configure(timer.FileTimerClient(file_path))
66 timer_client = timer.FileTimerClient(self.file_path)
76 timer.configure(timer.FileTimerClient(self.file_path))
87 timer.configure(timer.FileTimerClient(self.file_path))
107 timer.configure(timer.FileTimerClient(file_path))
133 client = timer.FileTimerClient(file_path)
154 client = timer.FileTimerClient(file_path)
172 client = timer.FileTimerClient(file_path)
191 client = timer.FileTimerClient(file_path)
199 client = timer.FileTimerClient("test_file")
[all …]
/aosp_15_r20/external/pytorch/torch/distributed/elastic/timer/
H A D__init__.py50 FileTimerClient,
H A Dfile_based_local_timer.py74 class FileTimerClient(TimerClient): class
/aosp_15_r20/external/pytorch/docs/source/elastic/
H A Dtimer.rst33 .. autoclass:: FileTimerClient