Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Drpc_utils.py151 mixin: Type[RpcAgentTestFixture],
152 tests: List[Type[RpcAgentTestFixture]],
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_agent_test_fixture.py9 class RpcAgentTestFixture(ABC): class