Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:50

0001 // Copyright (c) Microsoft Corporation. All rights reserved.
0002 // Licensed under the MIT License.
0003 
0004 #include "onnxruntime_c_api.h"
0005 
0006 #ifdef __cplusplus
0007 extern "C" {
0008 #endif
0009 
0010 /**
0011  * \param use_arena zero: false. non-zero: true.
0012  */
0013 ORT_EXPORT
0014 ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_CPU, _In_ OrtSessionOptions* options, int use_arena)
0015 ORT_ALL_ARGS_NONNULL;
0016 
0017 #ifdef __cplusplus
0018 }
0019 #endif