HDK
 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 
10  virtual ~IExecutionProviderFactory() = default;
11  virtual std::unique_ptr<IExecutionProvider> CreateProvider() = 0;
12 };
13 } // namespace onnxruntime
virtual ~IExecutionProviderFactory()=default
virtual std::unique_ptr< IExecutionProvider > CreateProvider()=0