Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_spawn_ucc.py6 from test_c10d_spawn import _torch_dist_nn_available, TestDistributedNNFunctions
77 class TestDistributedNNFunctionsUcc(TestDistributedNNFunctions):
H A Dtest_c10d_spawn_nccl.py6 from test_c10d_spawn import _torch_dist_nn_available, TestDistributedNNFunctions
98 class TestDistributedNNFunctionsNccl(TestDistributedNNFunctions):
H A Dtest_c10d_spawn_gloo.py9 from test_c10d_spawn import _torch_dist_nn_available, TestDistributedNNFunctions
222 class TestDistributedNNFunctionsGloo(TestDistributedNNFunctions):
H A Dtest_c10d_spawn.py104 class TestDistributedNNFunctions(MultiProcessTestCase): class