MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
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>
Go to the source code of this file.
Namespaces | |
namespace | MLBridge |
Macros | |
#define | DEBUG_TYPE "bitstream-serdes" |
This file defines the BitstreamSerDes class, which is a serializer for Bitstream format.
Definition in file bitstreamSerDes.cpp.
#define DEBUG_TYPE "bitstream-serdes" |
Definition at line 26 of file bitstreamSerDes.cpp.