From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/structarmnn_delegate_1_1_delegate_data.xhtml | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 21.02/structarmnn_delegate_1_1_delegate_data.xhtml (limited to '21.02/structarmnn_delegate_1_1_delegate_data.xhtml') diff --git a/21.02/structarmnn_delegate_1_1_delegate_data.xhtml b/21.02/structarmnn_delegate_1_1_delegate_data.xhtml new file mode 100644 index 0000000000..af024c04c0 --- /dev/null +++ b/21.02/structarmnn_delegate_1_1_delegate_data.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: DelegateData Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DelegateData Struct Reference
+
+
+ +

#include <armnn_delegate.hpp>

+ + + + +

+Public Member Functions

 DelegateData (const std::vector< armnn::BackendId > &backends)
 
+ + + + + + + +

+Public Attributes

const std::vector< armnn::BackendIdm_Backends
 
armnn::INetworkPtr m_Network
 
std::vector< armnn::IOutputSlot * > m_OutputSlotForNode
 
+

Detailed Description

+
+

Definition at line 18 of file armnn_delegate.hpp.

+

Constructor & Destructor Documentation

+ +

◆ DelegateData()

+ +
+
+ + + + + +
+ + + + + + + + +
DelegateData (const std::vector< armnn::BackendId > & backends)
+
+inline
+
+ +

Definition at line 20 of file armnn_delegate.hpp.

+
21  : m_Backends(backends)
22  , m_Network(nullptr, nullptr)
23  {}
armnn::INetworkPtr m_Network
+
const std::vector< armnn::BackendId > m_Backends
+
+
+
+

Member Data Documentation

+ +

◆ m_Backends

+ +
+
+ + + + +
const std::vector<armnn::BackendId> m_Backends
+
+ +

Definition at line 25 of file armnn_delegate.hpp.

+ +
+
+ +

◆ m_Network

+ +
+
+ + + + +
armnn::INetworkPtr m_Network
+
+ +

Definition at line 26 of file armnn_delegate.hpp.

+ +
+
+ +

◆ m_OutputSlotForNode

+ +
+
+ + + + +
std::vector<armnn::IOutputSlot*> m_OutputSlotForNode
+
+ +

Definition at line 27 of file armnn_delegate.hpp.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1