MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
Files | |
bitstreamSerDes.cpp | |
This file defines the BitstreamSerDes class, which is a serializer for Bitstream format. | |
jsonSerDes.cpp | |
This file defines the JsonSerDes class, which is a wrapper around the JSON C++ interface to serialize and deserialize data to and from JSON. | |
protobufSerDes.cpp | |
This file defines the ProtobufSerDes class, which is a wrapper around the protobuf C++ interface to support gRPC communication between the client and server. | |
tensorflowSerDes.cpp | |
This file defines the TensorflowSerDes class, to support interfacing with Tensorflow AOT models via TFModelRunner. | |
TensorSpec.cpp | |
Implementation file for the abstraction of a tensor type, and JSON loading utils. | |