Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.h32 c10::intrusive_ptr<JitFuture> processPythonRRefFetchCall(
H A Drequest_callback_no_python.cpp248 processPythonRRefFetchCall(RpcCommandBase& rpc) const { in processPythonRRefFetchCall() function in torch::distributed::rpc::RequestCallbackNoPython
520 return processPythonRRefFetchCall(rpc); in processRpc()
H A Drequest_callback_no_python.h50 virtual c10::intrusive_ptr<JitFuture> processPythonRRefFetchCall(
H A Drequest_callback_impl.cpp226 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processPythonRRefFetchCall( in processPythonRRefFetchCall() function in torch::distributed::rpc::RequestCallbackImpl