Home
last modified time | relevance | path

Searched defs:serializedPyObj (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_resp.cpp5 PythonResp::PythonResp(SerializedPyObj&& serializedPyObj) in PythonResp()
20 SerializedPyObj serializedPyObj(std::move(payload), std::move(tensors)); in fromMessage() local
24 const SerializedPyObj& PythonResp::serializedPyObj() const { in serializedPyObj() function in torch::distributed::rpc::PythonResp
H A Dpython_call.cpp5 PythonCall::PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution) in PythonCall()
36 SerializedPyObj serializedPyObj(std::move(payload), std::move(tensors)); in fromMessage() local
41 const SerializedPyObj& PythonCall::serializedPyObj() const { in serializedPyObj() function in torch::distributed::rpc::PythonCall
H A Dpython_remote_call.cpp8 SerializedPyObj&& serializedPyObj, in PythonRemoteCall()
56 auto serializedPyObj = SerializedPyObj::fromIValues(std::move(values)); in fromMessage() local
H A Dpython_functions.cpp112 SerializedPyObj serializedPyObj, in sendPythonRemoteCall()
223 auto serializedPyObj = in pyRpcPythonUdf() local
344 auto serializedPyObj = in pyRemotePythonUdf() local
H A Dpython_remote_call.h19 inline const SerializedPyObj& serializedPyObj() const { in serializedPyObj() function
H A Dunpickled_python_remote_call.cpp8 const SerializedPyObj& serializedPyObj, in UnpickledPythonRemoteCall()
H A Dunpickled_python_call.cpp8 const SerializedPyObj& serializedPyObj, in UnpickledPythonCall()