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

Files | |
| agent.cpp | |
| This file defines the Agent class, which is a wrapper around the ONNXModel class. | |
| onnx.cpp | |
| This file defines the ONNXModel class, which is a wrapper around the ONNX C++ interface. | |
| ONNXModelRunner.cpp | |
| This file defines the ONNXModelRunner class to support ML model inference via ONNX. | |