Searched defs:default_pg (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/ | ||
H A D | multi_threaded_pg.py | 480 def default_pg(self): member in ThreadLocalWorld |
/aosp_15_r20/external/pytorch/torch/distributed/ | ||
H A D | distributed_c10d.py | 577 def default_pg(self) -> Optional[ProcessGroup]: member in _World |