Searched refs:processPythonRRefFetchCall (Results 1 – 4 of 4) sorted by relevance
32 c10::intrusive_ptr<JitFuture> processPythonRRefFetchCall(
248 processPythonRRefFetchCall(RpcCommandBase& rpc) const { in processPythonRRefFetchCall() function in torch::distributed::rpc::RequestCallbackNoPython520 return processPythonRRefFetchCall(rpc); in processRpc()
50 virtual c10::intrusive_ptr<JitFuture> processPythonRRefFetchCall(
226 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processPythonRRefFetchCall( in processPythonRRefFetchCall() function in torch::distributed::rpc::RequestCallbackImpl