HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vitisai_provider_factory.h
Go to the documentation of this file.
1 // Copyright (c) Xilinx Inc.
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_API_STATUS(OrtSessionOptionsAppendExecutionProvider_VITISAI, _In_ OrtSessionOptions* options,
14  const char* backend_type, int device_id, const char* export_runtime_module,
15  const char* load_runtime_module);
16 
17 #ifdef __cplusplus
18 }
19 #endif
#define _In_
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_VITISAI, _In_ OrtSessionOptions *options, const char *backend_type, int device_id, const char *export_runtime_module, const char *load_runtime_module)