MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Namespaces
protobufSerDes.cpp File Reference

This file defines the ProtobufSerDes class, which is a wrapper around the protobuf C++ interface to support gRPC communication between the client and server. More...

#include "SerDes/protobufSerDes.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/message.h"
#include <cassert>
#include <cstdint>
#include <type_traits>
#include <vector>
Include dependency graph for protobufSerDes.cpp:

Go to the source code of this file.

Namespaces

namespace  MLBridge
 

Detailed Description

This file defines the ProtobufSerDes class, which is a wrapper around the protobuf C++ interface to support gRPC communication between the client and server.

The protobuf C++ interface is used to serialize and deserialize messages.

Definition in file protobufSerDes.cpp.