Home
last modified time | relevance | path

Searched refs:DynamoDistributedSingleProcTestCase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_inductor_collectives.py23 DynamoDistributedSingleProcTestCase,
509 class TestCollectivesInductor(DynamoDistributedSingleProcTestCase):
H A Dtest_dynamo_distributed.py43 DynamoDistributedSingleProcTestCase,
1071 class TestSingleProc(DynamoDistributedSingleProcTestCase):
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_distributed.py1258 class DynamoDistributedSingleProcTestCase(torch._dynamo.test_case.TestCase): class