| MLCompilerBridge
    Tools for streamlining communication with ML models for compiler optimizations. | 

| Files | |
| baseSerDes.h | |
| Supporting new SerDes: | |
| bitstreamSerDes.h | |
| Bitstream Serialization/Deserialization which sends header information followed by the raw data. | |
| jsonSerDes.h | |
| Json Serialization/Deserialization using LLVM's json library. | |
| protobufSerDes.h | |
| Protobuf Serialization/Deserialization to support gRPC communication. | |
| tensorflowSerDes.h | |
| Serialization/Deserialization to support TF AOT models. | |
| TensorSpec.h | |