HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
;
14
typedef
struct
WinmlAdapterApi
WinmlAdapterApi
;
15
16
ORT_EXPORT
const
WinmlAdapterApi
* ORT_API_CALL
OrtGetWinMLAdapter
(_In_ uint32_t ort_api_version) NO_EXCEPTION;
WinmlAdapterApi
struct WinmlAdapterApi WinmlAdapterApi
Definition:
winml_provider_factory.h:14
OrtGetWinMLAdapter
ORT_EXPORT const WinmlAdapterApi *ORT_API_CALL OrtGetWinMLAdapter(_In_ uint32_t ort_api_version) NO_EXCEPTION
OrtWinApi
struct OrtWinApi OrtWinApi
Definition:
winml_provider_factory.h:11
onnxruntime
core
providers
winml
winml_provider_factory.h
Generated on Sun Nov 17 2024 03:01:33 for HDK by
1.8.6