Home
last modified time | relevance | path

Searched defs:init_method (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/torch/distributed/rpc/
Dbackend_registry.py104 init_method=rpc_constants.DEFAULT_INIT_METHOD, argument
137 init_method, argument
/external/pytorch/torch/distributed/rpc/_testing/
Dfaulty_agent_backend_registry.py10 init_method, argument
/external/pytorch/torch/testing/_internal/distributed/rpc/
Drpc_agent_test_fixture.py15 def init_method(self): member in RpcAgentTestFixture
Drpc_test.py643 def __init__(self, init_method): argument
/external/pytorch/torch/csrc/jit/python/
Dpython_custom_class.cpp25 Method init_method(instance._ivalue(), init_fn); in __call__() local
/external/pytorch/torch/testing/_internal/
Ddist_utils.py174 def initialize_pg(init_method, rank: int, world_size: int) -> None: argument
Dcommon_fsdp.py1128 def init_method(self): member in FSDPTest
/external/cronet/stable/net/disk_cache/simple/
Dsimple_index_file.h40 SimpleIndex::IndexInitMethod init_method; member
Dsimple_index.h218 IndexInitMethod init_method() const { return init_method_; } in init_method() function
/external/cronet/tot/net/disk_cache/simple/
Dsimple_index_file.h40 SimpleIndex::IndexInitMethod init_method; member
Dsimple_index.h218 IndexInitMethod init_method() const { return init_method_; } in init_method() function
/external/pytorch/test/distributed/
Dtest_c10d_common.py80 def _test_store_timeout(self, backend, init_method, c2p): argument
/external/pytorch/torch/testing/_internal/distributed/
Ddistributed_test.py588 def init_method(self): member in TestDistBackend