MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
Agent class to support ML/RL model inference via ONNX. More...
#include "MLModelRunner/ONNXModelRunner/onnx.h"
#include "MLModelRunner/ONNXModelRunner/utils.h"
#include <stdio.h>
#include <string>
Go to the source code of this file.
Classes | |
class | MLBridge::Agent |
Agent is a wrapper around the ONNXModel class, interfaces with the Environment class to support ML/RL model inference via ONNXModel. More... | |
Namespaces | |
namespace | MLBridge |
Agent class to support ML/RL model inference via ONNX.
Usage:
Definition in file agent.h.