From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/structarmnn_1_1_i_network_properties.xhtml | 245 +++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 20.02/structarmnn_1_1_i_network_properties.xhtml (limited to '20.02/structarmnn_1_1_i_network_properties.xhtml') diff --git a/20.02/structarmnn_1_1_i_network_properties.xhtml b/20.02/structarmnn_1_1_i_network_properties.xhtml new file mode 100644 index 0000000000..1d3fc4565d --- /dev/null +++ b/20.02/structarmnn_1_1_i_network_properties.xhtml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + +ArmNN: INetworkProperties Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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 26 of file IRuntime.hpp.

+

Constructor & Destructor Documentation

+ +

◆ INetworkProperties()

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

Definition at line 28 of file IRuntime.hpp.

+
29  : m_ImportEnabled(importEnabled),
30  m_ExportEnabled(exportEnabled) {}
const bool m_ImportEnabled
Definition: IRuntime.hpp:32
+
const bool m_ExportEnabled
Definition: IRuntime.hpp:33
+
+
+
+ +

◆ ~INetworkProperties()

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

Definition at line 35 of file IRuntime.hpp.

+
35 {}
+
+
+

Member Data Documentation

+ +

◆ m_ExportEnabled

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

Definition at line 33 of file IRuntime.hpp.

+ +

Referenced by LoadedNetwork::MakeLoadedNetwork().

+ +
+
+ +

◆ m_ImportEnabled

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

Definition at line 32 of file IRuntime.hpp.

+ +

Referenced by LoadedNetwork::MakeLoadedNetwork().

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