MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
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>
Go to the source code of this file.
Namespaces | |
namespace | MLBridge |
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.