Home
last modified time | relevance | path

Searched defs:RpcBackendOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drpc_agent.h37 struct TORCH_API RpcBackendOptions { struct
38 RpcBackendOptions() in RpcBackendOptions() function
41 RpcBackendOptions(float rpcTimeoutSeconds, std::string initMethod) in RpcBackendOptions() argument
47 float rpcTimeoutSeconds;
48 std::string initMethod;
H A Dtensorpipe_agent.h88 : RpcBackendOptions(rpc_timeout, std::move(init_method)), in RpcBackendOptions() function