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
providers.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3
4
#pragma once
5
6
namespace
onnxruntime {
7
class
IExecutionProvider;
8
9
struct
IExecutionProviderFactory
{
10
virtual
~IExecutionProviderFactory
() =
default
;
11
virtual
std::unique_ptr<IExecutionProvider>
CreateProvider
() = 0;
12
};
13
}
// namespace onnxruntime
onnxruntime::IExecutionProviderFactory::~IExecutionProviderFactory
virtual ~IExecutionProviderFactory()=default
onnxruntime::IExecutionProviderFactory::CreateProvider
virtual std::unique_ptr< IExecutionProvider > CreateProvider()=0
onnxruntime::IExecutionProviderFactory
Definition:
providers.h:9
onnxruntime
core
providers
providers.h
Generated on Sun Nov 17 2024 03:01:33 for HDK by
1.8.6