Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPrefixStore.hpp7 class TORCH_API PrefixStore : public Store { class
H A DPrefixStore.cpp6 PrefixStore::PrefixStore(std::string prefix, c10::intrusive_ptr<Store> store) in PrefixStore() function in c10d::PrefixStore