MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
Bitstream Serialization/Deserialization which sends header information followed by the raw data. More...
#include "SerDes/TensorSpec.h"
#include "SerDes/baseSerDes.h"
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | MLBridge::BitstreamSerDes |
BitstreamSerDes - Bitstream Serialization/Deserialization which sends header information followed by the raw data. More... | |
Namespaces | |
namespace | MLBridge |
Macros | |
#define | TEMPORARY_STORAGE_INIT(TYPE, NAME) |
#define | SET_FEATURE(TYPE, _) |
#define | TEMPORARY_STORAGE_CLEAN(TYPE, NAME) |
#define | TEMPORARY_STORAGE_DEF(TYPE, NAME) |
Bitstream Serialization/Deserialization which sends header information followed by the raw data.
Definition in file bitstreamSerDes.h.
#define SET_FEATURE | ( | TYPE, | |
_ ) |
Definition at line 42 of file bitstreamSerDes.h.
#define TEMPORARY_STORAGE_CLEAN | ( | TYPE, | |
NAME ) |
#define TEMPORARY_STORAGE_DEF | ( | TYPE, | |
NAME ) |
Definition at line 76 of file bitstreamSerDes.h.
#define TEMPORARY_STORAGE_INIT | ( | TYPE, | |
NAME ) |