Home
last modified time | relevance | path

Searched refs:PythonCall (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_call.cpp5 PythonCall::PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution) in PythonCall() function in torch::distributed::rpc::PythonCall
9 c10::intrusive_ptr<Message> PythonCall::toMessageImpl() && { in toMessageImpl()
24 std::unique_ptr<PythonCall> PythonCall::fromMessage(const Message& message) { in fromMessage()
37 return std::make_unique<PythonCall>( in fromMessage()
41 const SerializedPyObj& PythonCall::serializedPyObj() const { in serializedPyObj()
H A Dpython_call.h9 class TORCH_API PythonCall final : public RpcCommandBase {
11 PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution);
15 static std::unique_ptr<PythonCall> fromMessage(const Message& message);
H A Drequest_callback_impl.cpp47 auto& pc = static_cast<PythonCall&>(rpc); in deserializePythonRpcCommandReference()
H A Dpython_functions.cpp225 auto pythonCall = std::make_unique<PythonCall>( in pyRpcPythonUdf()
H A Dutils.cpp103 return PythonCall::fromMessage(request); in deserializeRequest()