We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd41605 commit 7f5720aCopy full SHA for 7f5720a
Tools/ML/model.cxx
@@ -19,7 +19,6 @@
19
20
#include "Tools/ML/model.h"
21
22
-#include <onnxruntime_c_api.h>
23
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
24
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
25
#else
Tools/ML/model.h
@@ -20,7 +20,6 @@
#ifndef TOOLS_ML_MODEL_H_
#define TOOLS_ML_MODEL_H_
26
0 commit comments