Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dbackend_registry.py104 init_method=rpc_constants.DEFAULT_INIT_METHOD, argument
137 init_method, argument
/aosp_15_r20/external/pytorch/torch/distributed/rpc/_testing/
H A Dfaulty_agent_backend_registry.py10 init_method, argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_agent_test_fixture.py15 def init_method(self): member in RpcAgentTestFixture
H A Drpc_test.py643 def __init__(self, init_method): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Ddist_utils.py174 def initialize_pg(init_method, rank: int, world_size: int) -> None: argument
H A Dcommon_fsdp.py1128 def init_method(self): member in FSDPTest
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_custom_class.cpp25 Method init_method(instance._ivalue(), init_fn); in __call__() local
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_file.h40 SimpleIndex::IndexInitMethod init_method; member
H A Dsimple_index.h219 IndexInitMethod init_method() const { return init_method_; } in init_method() function
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_common.py80 def _test_store_timeout(self, backend, init_method, c2p): argument
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc1134 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py588 def init_method(self): member in TestDistBackend