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_1_1_i_network_properties.xhtml | 245 +++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 21.02/structarmnn_1_1_i_network_properties.xhtml (limited to '21.02/structarmnn_1_1_i_network_properties.xhtml') diff --git a/21.02/structarmnn_1_1_i_network_properties.xhtml b/21.02/structarmnn_1_1_i_network_properties.xhtml new file mode 100644 index 0000000000..756d4b9e1e --- /dev/null +++ b/21.02/structarmnn_1_1_i_network_properties.xhtml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + +ArmNN: INetworkProperties Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
INetworkProperties Struct Reference
+
+
+ +

#include <IRuntime.hpp>

+ + + + + + +

+Public Member Functions

 INetworkProperties (bool importEnabled=false, bool exportEnabled=false)
 
virtual ~INetworkProperties ()
 
+ + + + + +

+Public Attributes

const bool m_ImportEnabled
 
const bool m_ExportEnabled
 
+

Detailed Description

+
+

Definition at line 28 of file IRuntime.hpp.

+

Constructor & Destructor Documentation

+ +

◆ INetworkProperties()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
INetworkProperties (bool importEnabled = false,
bool exportEnabled = false 
)
+
+inline
+
+ +

Definition at line 30 of file IRuntime.hpp.

+
31  : m_ImportEnabled(importEnabled),
32  m_ExportEnabled(exportEnabled) {}
const bool m_ImportEnabled
Definition: IRuntime.hpp:34
+
const bool m_ExportEnabled
Definition: IRuntime.hpp:35
+
+
+
+ +

◆ ~INetworkProperties()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~INetworkProperties ()
+
+inlinevirtual
+
+ +

Definition at line 37 of file IRuntime.hpp.

+
37 {}
+
+
+

Member Data Documentation

+ +

◆ m_ExportEnabled

+ +
+
+ + + + +
const bool m_ExportEnabled
+
+ +

Definition at line 35 of file IRuntime.hpp.

+ +

Referenced by LoadedNetwork::MakeLoadedNetwork().

+ +
+
+ +

◆ m_ImportEnabled

+ +
+
+ + + + +
const bool m_ImportEnabled
+
+ +

Definition at line 34 of file IRuntime.hpp.

+ +

Referenced by LoadedNetwork::MakeLoadedNetwork().

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