From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- latest/_armnn_device_8hpp_source.xhtml | 157 +++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 latest/_armnn_device_8hpp_source.xhtml (limited to 'latest/_armnn_device_8hpp_source.xhtml') diff --git a/latest/_armnn_device_8hpp_source.xhtml b/latest/_armnn_device_8hpp_source.xhtml new file mode 100644 index 0000000000..2bda268bd0 --- /dev/null +++ b/latest/_armnn_device_8hpp_source.xhtml @@ -0,0 +1,157 @@ + + + + + + + + + + + + + +ArmNN: shim/sl/canonical/ArmnnDevice.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ArmnnDevice.hpp
+
+
+Go to the documentation of this file.
1 //
+
2 // Copyright © 2022-2023 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 friend class ArmnnDriver;
+
18 
+
19 public:
+
20  ArmnnDevice(DriverOptions options);
+ +
22 protected:
+ + + +
26 };
+
27 
+
28 } // namespace armnn_driver
+
+
+ +
Helper classes.
Definition: ArmnnDevice.cpp:37
+
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
+ + + +
armnn::IRuntimePtr m_Runtime
Definition: ArmnnDevice.hpp:23
+ +
armnn::IGpuAccTunedParametersPtr m_ClTunedParameters
Definition: ArmnnDevice.hpp:24
+
std::unique_ptr< IRuntime, void(*)(IRuntime *runtime)> IRuntimePtr
Definition: IRuntime.hpp:41
+ + + + -- cgit v1.2.1