Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.h16 c10::intrusive_ptr<JitFuture> processPythonCall(
H A Drequest_callback_no_python.cpp153 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::processPythonCall( in processPythonCall() function in torch::distributed::rpc::RequestCallbackNoPython
508 return processPythonCall(rpc, streams); in processRpc()
H A Drequest_callback_no_python.h28 virtual c10::intrusive_ptr<JitFuture> processPythonCall(
H A Drequest_callback_impl.cpp180 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processPythonCall( in processPythonCall() function in torch::distributed::rpc::RequestCallbackImpl