Skip to content

Commit 3438620

Browse files
committed
ONNX
1 parent 1fc2de3 commit 3438620

15 files changed

+6418
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
#include "onnxruntime_c_api.h"
5+
6+
#ifdef __cplusplus
7+
extern "C" {
8+
#endif
9+
10+
/**
11+
* \param use_arena zero: false. non-zero: true.
12+
*/
13+
ORT_EXPORT
14+
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_CPU, _In_ OrtSessionOptions* options, int use_arena)
15+
ORT_ALL_ARGS_NONNULL;
16+
17+
#ifdef __cplusplus
18+
}
19+
#endif

0 commit comments

Comments
 (0)