Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/c10d/
DTCPStoreTest.cpp188 auto clientTCPStore = c10::make_intrusive<c10d::TCPStore>( in TEST() local
196 clientTCPStore->get("key"); in TEST()
198 auto clientThread = std::thread([&clientTCPStore] { in TEST()
199 EXPECT_THROW(clientTCPStore->get("invalid_key"), c10::DistNetworkError); in TEST()
231 auto clientTCPStore = in TEST() local
233 auto clientThread = std::thread([&clientTCPStore] { in TEST()
242 clientTCPStore->_splitSet(key, valueBuf); in TEST()
245 c10d::test::check(*clientTCPStore, key, "v"); in TEST()