ArmNN
 22.11
ArmnnDevice.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "DriverOptions.hpp"
9 
10 #include <armnn/ArmNN.hpp>
11 
12 namespace armnn_driver
13 {
14 
16 {
17 
18 protected:
19  ArmnnDevice(DriverOptions options);
20  virtual ~ArmnnDevice() {}
21 
22 protected:
26 };
27 
28 } // namespace armnn_driver
armnn::IGpuAccTunedParametersPtr m_ClTunedParameters
Definition: ArmnnDevice.hpp:24
std::unique_ptr< IRuntime, void(*)(IRuntime *runtime)> IRuntimePtr
Definition: IRuntime.hpp:41
armnn::IRuntimePtr m_Runtime
Definition: ArmnnDevice.hpp:23
ArmnnDevice(DriverOptions options)
Definition: ArmnnDevice.cpp:42
std::shared_ptr< IGpuAccTunedParameters > IGpuAccTunedParametersPtr
The following API is replaced by the backend options API.
Definition: IRuntime.hpp:307
Helper classes.
Definition: ArmnnDevice.cpp:37