MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file defines the JsonSerDes class, which is a wrapper around the JSON C++ interface to serialize and deserialize data to and from JSON. More...
#include "SerDes/jsonSerDes.h"
#include "MLModelRunner/Utils/DataTypes.h"
#include "MLModelRunner/Utils/Debug.h"
#include "SerDes/baseSerDes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/JSON.h"
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | MLBridge |
Macros | |
#define | DEBUG_TYPE "json-serdes" |
This file defines the JsonSerDes class, which is a wrapper around the JSON C++ interface to serialize and deserialize data to and from JSON.
Definition in file jsonSerDes.cpp.
#define DEBUG_TYPE "json-serdes" |
Definition at line 24 of file jsonSerDes.cpp.