Searched refs:PythonCall (Results 1 – 5 of 5) sorted by relevance
5 PythonCall::PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution) in PythonCall() function in torch::distributed::rpc::PythonCall9 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()
9 class TORCH_API PythonCall final : public RpcCommandBase {11 PythonCall(SerializedPyObj&& serializedPyObj, bool isAsyncExecution);15 static std::unique_ptr<PythonCall> fromMessage(const Message& message);
47 auto& pc = static_cast<PythonCall&>(rpc); in deserializePythonRpcCommandReference()
225 auto pythonCall = std::make_unique<PythonCall>( in pyRpcPythonUdf()
103 return PythonCall::fromMessage(request); in deserializeRequest()