Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Ddefault_comm_hooks.hpp14 : public CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>> {
17 : CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>>(state) {} in AllReduceCommHook()
25 : public CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>> {
28 : CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>>(state) {} in FP16CompressCommHook()
41 : public CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>> {
45 : CppCommHookInterface<c10::intrusive_ptr<ProcessGroup>>(state) {} in _AllReduceBySumCommHook()
H A Dcomm.hpp127 class CppCommHookInterface : public CommHookInterface { class
129 explicit CppCommHookInterface(T state) : state_(std::move(state)) {} in CppCommHookInterface() function in c10d::CppCommHookInterface
131 ~CppCommHookInterface() override = default;