Home
last modified time | relevance | path

Searched refs:processRpcWithErrors (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/distributed/rpc/
Drequest_callback_impl.h37 c10::intrusive_ptr<JitFuture> processRpcWithErrors(
Drequest_callback_no_python.h83 virtual c10::intrusive_ptr<JitFuture> processRpcWithErrors(
Drequest_callback_no_python.cpp91 auto retFuture = processRpcWithErrors(*rpc, messageType, streams); in processMessage()
124 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::processRpcWithErrors( in processRpcWithErrors() function in torch::distributed::rpc::RequestCallbackNoPython
Drequest_callback_impl.cpp249 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processRpcWithErrors( in processRpcWithErrors() function in torch::distributed::rpc::RequestCallbackImpl