Home
last modified time | relevance | path

Searched refs:create_tcpstore_backend (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreBackend.hpp68 std::unique_ptr<BackgroundThread> create_tcpstore_backend(
H A DTCPStoreBackend.cpp629 std::unique_ptr<BackgroundThread> create_tcpstore_backend( in create_tcpstore_backend() function
H A DTCPStore.cpp75 : create_tcpstore_backend(opts); in start()