MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
protobufSerDes.h File Reference

Protobuf Serialization/Deserialization to support gRPC communication. More...

#include "SerDes/baseSerDes.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/message.h"
Include dependency graph for protobufSerDes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MLBridge::ProtobufSerDes
 ProtobufSerDes - Protobuf Serialization/Deserialization to support gRPC communication. More...
 

Namespaces

namespace  MLBridge
 

Macros

#define SET_FEATURE(TYPE, _)
 

Detailed Description

Protobuf Serialization/Deserialization to support gRPC communication.

Definition in file protobufSerDes.h.

Macro Definition Documentation

◆ SET_FEATURE

#define SET_FEATURE ( TYPE,
_ )
Value:
virtual void setFeature(const std::string &, const TYPE) override; \
virtual void setFeature(const std::string &, const std::vector<TYPE> &) \
override;

Definition at line 41 of file protobufSerDes.h.