Searched refs:processRpcWithErrors (Results 1 – 4 of 4) sorted by relevance
37 c10::intrusive_ptr<JitFuture> processRpcWithErrors(
83 virtual c10::intrusive_ptr<JitFuture> processRpcWithErrors(
91 auto retFuture = processRpcWithErrors(*rpc, messageType, streams); in processMessage()124 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::processRpcWithErrors( in processRpcWithErrors() function in torch::distributed::rpc::RequestCallbackNoPython
249 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processRpcWithErrors( in processRpcWithErrors() function in torch::distributed::rpc::RequestCallbackImpl