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_optimizer_options.xhtml | 248 ++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 20.02/structarmnn_1_1_optimizer_options.xhtml (limited to '20.02/structarmnn_1_1_optimizer_options.xhtml') diff --git a/20.02/structarmnn_1_1_optimizer_options.xhtml b/20.02/structarmnn_1_1_optimizer_options.xhtml new file mode 100644 index 0000000000..eccd56bd31 --- /dev/null +++ b/20.02/structarmnn_1_1_optimizer_options.xhtml @@ -0,0 +1,248 @@ + + + + + + + + + + + + + +ArmNN: OptimizerOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OptimizerOptions Struct Reference
+
+
+ +

#include <INetwork.hpp>

+ + + + + + +

+Public Member Functions

 OptimizerOptions ()
 
 OptimizerOptions (bool reduceFp32ToFp16, bool debug)
 
+ + + + + +

+Public Attributes

bool m_ReduceFp32ToFp16
 
bool m_Debug
 
+

Detailed Description

+
+

Definition at line 582 of file INetwork.hpp.

+

Constructor & Destructor Documentation

+ +

◆ OptimizerOptions() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
OptimizerOptions ()
+
+inline
+
+ +

Definition at line 584 of file INetwork.hpp.

+
585  : m_ReduceFp32ToFp16(false)
586  , m_Debug(false)
587  {}
+ +
+
+
+ +

◆ OptimizerOptions() [2/2]

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
OptimizerOptions (bool reduceFp32ToFp16,
bool debug 
)
+
+inline
+
+ +

Definition at line 589 of file INetwork.hpp.

+ +
+
+

Member Data Documentation

+ +

◆ m_Debug

+ +
+
+ + + + +
bool m_Debug
+
+
+ +

◆ m_ReduceFp32ToFp16

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