Searched refs:shared_tensors (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_c10d_spawn.py | 38 def _test_multiprocess(self, f, shared_tensors, init_pg, n_output): argument 48 target=f, args=(i, file.name, shared_tensors, ws, init_pg, c2p, p2c) 72 cls, rank, filename, shared_tensors, world_size, init_pg, c2p, p2c argument 75 xs = [shared_tensors[rank]] 82 cls, rank, filename, shared_tensors, world_size, init_pg, c2p, p2c argument 85 xs = [shared_tensors[rank]] 92 cls, rank, filename, shared_tensors, world_size, init_pg, c2p, p2c argument 95 xs = [shared_tensors[rank]]
|
H A D | test_c10d_spawn_nccl.py | 59 cls, rank, filename, shared_tensors, world_size, init_pg, c2p, p2c argument 62 x = shared_tensors[rank]
|