MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file defines the ONNXModel class, which is a wrapper around the ONNX C++ interface. More...
#include "MLModelRunner/ONNXModelRunner/onnx.h"
#include "onnxruntime_cxx_api.h"
#include <algorithm>
#include <assert.h>
#include <cmath>
#include <iostream>
#include <numeric>
Go to the source code of this file.