Searched refs:TensorPipeRpcBackendOptions (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | init.cpp | 533 py::class_<TensorPipeRpcBackendOptions>( in rpc_init() 553 &TensorPipeRpcBackendOptions::numWorkerThreads, in rpc_init() 561 &TensorPipeRpcBackendOptions::deviceMaps, in rpc_init() 565 &TensorPipeRpcBackendOptions::devices, in rpc_init() 567 .def("_set_device_map", &TensorPipeRpcBackendOptions::setDeviceMap); in rpc_init() 579 TensorPipeRpcBackendOptions opts, in rpc_init()
|
H A D | tensorpipe_agent.h | 79 struct TORCH_API TensorPipeRpcBackendOptions : public RpcBackendOptions { struct 80 TensorPipeRpcBackendOptions( 168 TensorPipeRpcBackendOptions opts, 204 TensorPipeRpcBackendOptions getBackendOptions() const; 328 const TensorPipeRpcBackendOptions opts_;
|
H A D | tensorpipe_agent.cpp | 388 TensorPipeRpcBackendOptions opts, in TensorPipeAgent() 1445 TensorPipeRpcBackendOptions TensorPipeAgent::getBackendOptions() const { in getBackendOptions()
|
/aosp_15_r20/external/pytorch/torch/distributed/rpc/ |
H A D | backend_registry.py | 143 from . import TensorPipeRpcBackendOptions 145 return TensorPipeRpcBackendOptions( 343 from . import TensorPipeAgent, TensorPipeRpcBackendOptions 348 if not isinstance(rpc_backend_options, TensorPipeRpcBackendOptions):
|
H A D | options.py | 46 class TensorPipeRpcBackendOptions(_TensorPipeRpcBackendOptionsBase): class
|
H A D | __init__.py | 76 from .options import TensorPipeRpcBackendOptions # noqa: F401
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/testing/ |
H A D | faulty_tensorpipe_agent.h | 13 : public TensorPipeRpcBackendOptions { 21 : TensorPipeRpcBackendOptions( in TensorPipeRpcBackendOptions() function
|
H A D | init.cpp | 57 "num_worker_threads", &TensorPipeRpcBackendOptions::numWorkerThreads) in faulty_agent_init()
|
/aosp_15_r20/external/pytorch/torch/distributed/benchmarks/ |
H A D | benchmark_ddp_rpc.py | 22 from torch.distributed.rpc import RRef, TensorPipeRpcBackendOptions 211 rpc_backend_options = TensorPipeRpcBackendOptions()
|
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/ |
H A D | launcher.py | 24 from torch.distributed.rpc import TensorPipeRpcBackendOptions 298 rpc_backend_options = TensorPipeRpcBackendOptions(rpc_timeout=args.rpc_timeout)
|
/aosp_15_r20/external/pytorch/test/cpp/rpc/ |
H A D | test_e2e_tensorpipe.cpp | 24 TensorPipeRpcBackendOptions opts( in buildRpcAgent()
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_shard/sharded_tensor/ |
H A D | __init__.py | 39 rpc_backend_options = rpc.TensorPipeRpcBackendOptions(_transports=tp_transports())
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | rpc.rst | 181 >>> rpc_backend_options=rpc.TensorPipeRpcBackendOptions( 189 .. autoclass:: TensorPipeRpcBackendOptions
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_store.py | 194 rpc_backend_options = rpc.TensorPipeRpcBackendOptions() 359 backend_opts = rpc.TensorPipeRpcBackendOptions(
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/ |
H A D | rpc_test.py | 4652 rpc_backend_options = rpc.TensorPipeRpcBackendOptions( 4671 rpc_backend_options = rpc.TensorPipeRpcBackendOptions( 4694 rpc_backend_options = rpc.TensorPipeRpcBackendOptions( 4720 rpc_backend_options = rpc.TensorPipeRpcBackendOptions( 5138 rpc_backend_options = rpc.TensorPipeRpcBackendOptions(init_method="env://") 5147 … rpc_backend_options = rpc.TensorPipeRpcBackendOptions(init_method="tcp://127.0.0.1:23456") 5638 rpc_backend_options=rpc.TensorPipeRpcBackendOptions( 6268 options = rpc.TensorPipeRpcBackendOptions(
|
/aosp_15_r20/external/pytorch/test/distributed/_shard/sharded_tensor/ |
H A D | test_sharded_tensor.py | 1101 rpc_backend_options = rpc.TensorPipeRpcBackendOptions(
|