Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreBackend.hpp70 std::unique_ptr<BackgroundThread> create_libuv_tcpstore_backend(
H A DTCPStore.cpp74 auto daemon = opts.useLibUV ? create_libuv_tcpstore_backend(opts) in start()
H A DTCPStoreLibUvBackend.cpp1320 std::unique_ptr<BackgroundThread> create_libuv_tcpstore_backend( in create_libuv_tcpstore_backend() function