Searched defs:serializedPyObj (Results 1 – 7 of 7) sorted by relevance
5 PythonResp::PythonResp(SerializedPyObj&& serializedPyObj) in PythonResp()20 SerializedPyObj serializedPyObj(std::move(payload), std::move(tensors)); in fromMessage() local24 const SerializedPyObj& PythonResp::serializedPyObj() const { in serializedPyObj() function in torch::distributed::rpc::PythonResp
5 PythonCall::PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution) in PythonCall()36 SerializedPyObj serializedPyObj(std::move(payload), std::move(tensors)); in fromMessage() local41 const SerializedPyObj& PythonCall::serializedPyObj() const { in serializedPyObj() function in torch::distributed::rpc::PythonCall
8 SerializedPyObj&& serializedPyObj, in PythonRemoteCall()56 auto serializedPyObj = SerializedPyObj::fromIValues(std::move(values)); in fromMessage() local
112 SerializedPyObj serializedPyObj, in sendPythonRemoteCall()223 auto serializedPyObj = in pyRpcPythonUdf() local344 auto serializedPyObj = in pyRemotePythonUdf() local
19 inline const SerializedPyObj& serializedPyObj() const { in serializedPyObj() function
8 const SerializedPyObj& serializedPyObj, in UnpickledPythonRemoteCall()
8 const SerializedPyObj& serializedPyObj, in UnpickledPythonCall()