Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.h28 c10::intrusive_ptr<JitFuture> processPythonRemoteCall(
H A Drequest_callback_no_python.cpp159 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::processPythonRemoteCall( in processPythonRemoteCall() function in torch::distributed::rpc::RequestCallbackNoPython
514 return processPythonRemoteCall(rpc, streams); in processRpc()
H A Drequest_callback_no_python.h41 virtual c10::intrusive_ptr<JitFuture> processPythonRemoteCall(
H A Drequest_callback_impl.cpp216 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processPythonRemoteCall( in processPythonRemoteCall() function in torch::distributed::rpc::RequestCallbackImpl