Home
last modified time | relevance | path

Searched refs:TestDistBackend (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_distributed_spawn.py23 TestDistBackend,
57 class TestDistBackendWithSpawn(TestDistBackend, DistributedTest._DistTestBase):
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py566 class TestDistBackend(MultiProcessTestCase): class