Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dpython_comm_hook.cpp42 at::Tensor PythonCommHook::parseHookResult(const c10::IValue& result) { in parseHookResult() function in c10d::PythonCommHook
H A Dcomm.hpp133 at::Tensor parseHookResult(const c10::IValue& result) override { in parseHookResult() function in c10d::CppCommHookInterface