Skip to content

Commit

Permalink
fix onnx model
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Nov 16, 2023
1 parent c38451b commit aa890b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once

#define ORT_API_MANUAL_INIT
#include <onnxruntime_c_api.h>
#include <onnxruntime_cxx_api.h>
#undef ORT_API_MANUAL_INIT

#pragma once
#include <vector>

namespace Cpu {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <vector>
#include <cmath>
#include <mutex>
#include <system_error>

#include "core/common/common.h"
#include "core/framework/ortdevice.h"
Expand Down
Binary file not shown.

0 comments on commit aa890b3

Please sign in to comment.