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

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>
Include dependency graph for jsonSerDes.cpp:

Go to the source code of this file.

Namespaces

namespace  MLBridge
 

Macros

#define DEBUG_TYPE   "json-serdes"
 

Detailed Description

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.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "json-serdes"

Definition at line 24 of file jsonSerDes.cpp.