Home
last modified time | relevance | path

Searched defs:isAsyncExecution (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_functions.cpp116 const bool isAsyncExecution) { in sendPythonRemoteCall()
221 const bool isAsyncExecution) { in pyRpcPythonUdf()
243 const bool isAsyncExecution) { in pyRpcTorchscript()
341 const bool isAsyncExecution) { in pyRemotePythonUdf()
395 const bool isAsyncExecution, in pyRemoteTorchscript()
H A Dpython_call.cpp5 PythonCall::PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution) in PythonCall()
33 bool isAsyncExecution = (c == 1); in fromMessage() local
H A Dpython_remote_call.cpp11 const bool isAsyncExecution) in PythonRemoteCall()
50 bool isAsyncExecution = values.back().toBool(); in fromMessage() local
H A Dscript_call.cpp18 const bool isAsyncExecution) in ScriptCall()
104 bool isAsyncExecution = ivalues.back().toBool(); in fromIValues() local
H A Dtorchscript_functions.cpp21 const bool isAsyncExecution) { in rpcTorchscript()
87 const bool isAsyncExecution) { in remoteTorchscript()
H A Dinit.cpp721 const bool isAsyncExecution) { in rpc_init()
738 const bool isAsyncExecution) { in rpc_init()
H A Dpython_call.h19 inline bool isAsyncExecution() const { in isAsyncExecution() function
H A Dunpickled_python_call.h28 inline bool isAsyncExecution() const { in isAsyncExecution() function
H A Dpython_remote_call.h31 inline bool isAsyncExecution() const { in isAsyncExecution() function
H A Dscript_call.h38 inline bool isAsyncExecution() const { in isAsyncExecution() function
H A Dunpickled_python_remote_call.cpp11 bool isAsyncExecution) in UnpickledPythonRemoteCall()
H A Dunpickled_python_call.cpp9 bool isAsyncExecution) in UnpickledPythonCall()
H A Dscript_remote_call.cpp22 const bool isAsyncExecution) in ScriptRemoteCall()