Searched defs:init_method (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributed/rpc/ |
H A D | backend_registry.py | 104 init_method=rpc_constants.DEFAULT_INIT_METHOD, argument 137 init_method, argument
|
/aosp_15_r20/external/pytorch/torch/distributed/rpc/_testing/ |
H A D | faulty_agent_backend_registry.py | 10 init_method, argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/ |
H A D | rpc_agent_test_fixture.py | 15 def init_method(self): member in RpcAgentTestFixture
|
H A D | rpc_test.py | 643 def __init__(self, init_method): argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | dist_utils.py | 174 def initialize_pg(init_method, rank: int, world_size: int) -> None: argument
|
H A D | common_fsdp.py | 1128 def init_method(self): member in FSDPTest
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_custom_class.cpp | 25 Method init_method(instance._ivalue(), init_fn); in __call__() local
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_file.h | 40 SimpleIndex::IndexInitMethod init_method; member
|
H A D | simple_index.h | 219 IndexInitMethod init_method() const { return init_method_; } in init_method() function
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_c10d_common.py | 80 def _test_store_timeout(self, backend, init_method, c2p): argument
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 1134 ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize()); in CreateInstanceOf() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/ |
H A D | distributed_test.py | 588 def init_method(self): member in TestDistBackend
|