Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dcomm.hpp127 class CppCommHookInterface : public CommHookInterface { class
129 explicit CppCommHookInterface(T state) : state_(std::move(state)) {} in CppCommHookInterface() function in c10d::CppCommHookInterface