Skip to content

Commit 7f5720a

Browse files
committed
Remove c api
1 parent fd41605 commit 7f5720a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Tools/ML/model.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include "Tools/ML/model.h"
2121

22-
#include <onnxruntime_c_api.h>
2322
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
2423
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
2524
#else

Tools/ML/model.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#ifndef TOOLS_ML_MODEL_H_
2121
#define TOOLS_ML_MODEL_H_
2222

23-
#include <onnxruntime_c_api.h>
2423
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
2524
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
2625
#else

0 commit comments

Comments
 (0)