HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rknpu_provider_factory.h
Go to the documentation of this file.
1 // Copyright 2020 rock-chips.com Inc.
2 
3 #include "onnxruntime_c_api.h"
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Rknpu,
10  _In_ OrtSessionOptions* options);
11 
12 #ifdef __cplusplus
13 }
14 #endif
#define _In_
ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Rknpu, _In_ OrtSessionOptions *options)