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

This file defines the BitstreamSerDes class, which is a serializer for Bitstream format. More...

#include "SerDes/bitstreamSerDes.h"
#include "MLModelRunner/Utils/Debug.h"
#include "llvm/Support/JSON.h"
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for bitstreamSerDes.cpp:

Go to the source code of this file.

Namespaces

namespace  MLBridge
 

Macros

#define DEBUG_TYPE   "bitstream-serdes"
 

Detailed Description

This file defines the BitstreamSerDes class, which is a serializer for Bitstream format.

Definition in file bitstreamSerDes.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "bitstream-serdes"

Definition at line 26 of file bitstreamSerDes.cpp.