Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStore.hpp23 struct TCPStoreOptions { struct
24 static constexpr std::uint16_t kDefaultPort = 29500;
26 std::uint16_t port = kDefaultPort;
27 bool isServer = false;
28 std::optional<std::size_t> numWorkers = std::nullopt;
29 bool waitWorkers = true;
30 std::chrono::milliseconds timeout = Store::kDefaultTimeout;
34 bool multiTenant = false;
39 std::optional<int> masterListenFd = std::nullopt;
42 bool useLibUV = true;