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

| Directories | |
| C | |
| ONNXModelRunner | |
| Utils | |
| Files | |
| gRPCModelRunner.h | |
| gRPCModelRunner class supporting communication via gRPC. | |
| MLModelRunner.h | |
| The MLModelRunner class is the main interface for interacting with the ML models. | |
| PipeModelRunner.h | |
| PipeModelRunner class supporting communication via OS pipes between the compiler and an external ML agent. | |
| TFModelRunner.h | |
| This file implements a model runner wrapping an AOT compiled ML model. | |