HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
winml_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 // The winml "provider factory" is not a true execution provider.
5 // It is placed here as an execution provider to facilitate the export of the WinMLAdapter API
6 // via the OrtGetWinMLAdapter method.
7 
8 #include "onnxruntime_c_api.h"
9 
10 struct OrtWinApi;
11 typedef struct OrtWinApi OrtWinApi;
12 
13 struct WinmlAdapterApi;
15 
struct WinmlAdapterApi WinmlAdapterApi
#define ORT_API_CALL
#define _In_
ORT_EXPORT const WinmlAdapterApi *ORT_API_CALL OrtGetWinMLAdapter(_In_ uint32_t ort_api_version) NO_EXCEPTION
#define ORT_EXPORT
#define NO_EXCEPTION
struct OrtWinApi OrtWinApi