Home
last modified time | relevance | path

Searched defs:init_rpc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/
H A D__init__.py38 def init_rpc(self): member in ShardedTensorTestBase
53 def init_comms(self, init_rpc=True, backend="nccl"): argument
83 def with_comms(func=None, init_rpc=True, backend="nccl"): argument
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A D__init__.py84 def init_rpc( function
/aosp_15_r20/external/pytorch/test/distributed/elastic/agent/server/test/
H A Dlocal_elastic_agent_test.py50 def init_rpc(name, backend): function