Home
last modified time | relevance | path

Searched refs:runPythonFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.cpp105 c10::intrusive_ptr<JitFuture> RequestCallbackImpl::runPythonFunction( in runPythonFunction() function in torch::distributed::rpc::RequestCallbackImpl
185 runPythonFunction(upc.pythonUdf(), streams, upc.isAsyncExecution()); in processPythonCall()
221 runPythonFunction(uprc.pythonUdf(), streams, uprc.isAsyncExecution()); in processPythonRemoteCall()
H A Drequest_callback_impl.h55 c10::intrusive_ptr<JitFuture> runPythonFunction(