Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dapi.py196 def _all_gather(obj, worker_names=None, timeout: float = UNSET_RPC_TIMEOUT): function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcross_device_utils.py363 def _all_gather(self, input_tensor: core.TensorLike, member in CollectiveReplicaLauncher