MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
onnx.cpp File Reference

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>
Include dependency graph for onnx.cpp:

Go to the source code of this file.

Detailed Description

This file defines the ONNXModel class, which is a wrapper around the ONNX C++ interface.

Definition in file onnx.cpp.