Home
last modified time | relevance | path

Searched defs:all_gather_object (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dutils.py118 def all_gather_object(self, object: T) -> List[T]: member in _DistWrapper
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py2653 def all_gather_object(object_list, obj, group=None): function