HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tvm_provider_factory.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License.
3 
4 #ifndef TVM_EXECUTION_PROVIDER_FACTORY_H
5 #define TVM_EXECUTION_PROVIDER_FACTORY_H
6 
7 #include "onnxruntime_c_api.h"
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Tvm, _In_ OrtSessionOptions* options, _In_ const char* opt_str);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif // TVM_EXECUTION_PROVIDER_FACTORY_H
#define _In_
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Tvm, _In_ OrtSessionOptions *options, _In_ const char *opt_str)