Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStore.cpp252 TCPStore::TCPStore( in TCPStore() function in c10d::TCPStore
269 TCPStore::TCPStore(std::string host, const TCPStoreOptions& opts) in TCPStore() function in c10d::TCPStore
H A DTCPStore.hpp45 class TORCH_API TCPStore : public Store { class