Searched defs:jitFuture (Results 1 – 12 of 12) sorted by relevance
15 const JitFuture& jitFuture, in confirmPendingUser()43 const JitFuture& jitFuture, in finishCreatingOwnerRRef()107 void RRefContext::handleException(const JitFuture& jitFuture) { in handleException()115 void RRefContext::handleExceptionSilent(const JitFuture& jitFuture) { in handleExceptionSilent()222 auto jitFuture = agent_->sendWithRetries( in delUser() local512 auto jitFuture = agent_->sendWithRetries( in notifyOwnerAndParentOfFork() local520 auto jitFuture = agent_->sendWithRetries( in notifyOwnerAndParentOfFork() local710 auto jitFuture = agent_->sendWithRetries( in finishForkRequest() local
104 auto jitFuture = send(to, std::move(message)); in sendWithRetries() local154 c10::intrusive_ptr<JitFuture> jitFuture; in retryExpiredRpcs() local186 auto jitFuture = it.first; in retryExpiredRpcs() local211 JitFuture& jitFuture, in rpcRetryCallback()
42 auto jitFuture = autograd::sendMessageWithAutograd( in rpcTorchscript() local112 auto jitFuture = torch::distributed::autograd::sendMessageWithAutograd( in remoteTorchscript() local139 auto jitFuture = torch::distributed::autograd::sendMessageWithAutograd( in remoteTorchscript() local
297 auto jitFuture = sendMessageWithAutograd( in pyRemoteBuiltin() local318 auto jitFuture = sendMessageWithAutograd( in pyRemoteBuiltin() local349 auto jitFuture = sendPythonRemoteCall( in pyRemotePythonUdf() local369 auto jitFuture = sendPythonRemoteCall( in pyRemotePythonUdf() local
71 void RRef::handleError(RPCErrorType errorType, const JitFuture& jitFuture) { in handleError()178 auto jitFuture = autograd::sendMessageWithAutograd( in toHere() local
174 [](JitFuture& jitFuture) { in processScriptCall()
307 c10::intrusive_ptr<JitFuture> jitFuture; member
60 RPCErrorType getRPCErrorType(const JitFuture& jitFuture) { in getRPCErrorType()
53 auto jitFuture = rpcAgent->send( in apply() local
81 auto jitFuture = autograd::sendMessageWithAutograd( in createRemoteRRef() local
88 auto jitFuture = c10::make_intrusive<JitFuture>(at::AnyClassType::get()); in send() local
136 const c10::intrusive_ptr<rpc::JitFuture>& jitFuture) { in addOutstandingRpc()