Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dtensorpipe_agent.h79 struct TORCH_API TensorPipeRpcBackendOptions : public RpcBackendOptions { struct
88 : RpcBackendOptions(rpc_timeout, std::move(init_method)), in RpcBackendOptions()
118 void setDeviceMap(const std::string& workerName, const DeviceMap& deviceMap) { in setDeviceMap()
136 int numWorkerThreads;
137 const std::optional<std::vector<std::string>> transports;
138 const std::optional<std::vector<std::string>> channels;
139 std::unordered_map<std::string, DeviceMap> deviceMaps;
140 std::vector<c10::Device> devices;
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/testing/
H A Dfaulty_tensorpipe_agent.h21 : TensorPipeRpcBackendOptions( in TensorPipeRpcBackendOptions() function
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Doptions.py46 class TensorPipeRpcBackendOptions(_TensorPipeRpcBackendOptionsBase): class