Home
last modified time | relevance | path

Searched refs:waitForThreadLocalPendingRRefs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_context.h195 c10::intrusive_ptr<JitFuture> waitForThreadLocalPendingRRefs();
H A Drequest_callback_no_python.cpp67 auto rrefsReadyFuture = rrefContext.waitForThreadLocalPendingRRefs(); in processMessage()
H A Drref_context.cpp676 c10::intrusive_ptr<JitFuture> RRefContext::waitForThreadLocalPendingRRefs() { in waitForThreadLocalPendingRRefs() function in torch::distributed::rpc::RRefContext