Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.h20 c10::intrusive_ptr<JitFuture> processScriptCall(
H A Drequest_callback_no_python.cpp136 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::processScriptCall( in processScriptCall() function in torch::distributed::rpc::RequestCallbackNoPython
505 return processScriptCall(rpc, streams); in processRpc()
H A Drequest_callback_no_python.h24 virtual c10::intrusive_ptr<JitFuture> processScriptCall(
H A Drequest_callback_impl.cpp157 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::processScriptCall( in processScriptCall() function in torch::distributed::rpc::RequestCallbackImpl