Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupGloo.hpp107 class TORCH_API GlooStore : public ::gloo::rendezvous::Store { class in c10d::ProcessGroupGloo
109 GlooStore(const c10::intrusive_ptr<::c10d::Store>& store) : store_(store) {} in GlooStore() function in c10d::ProcessGroupGloo::GlooStore