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_quantizer_options.xhtml | 278 ++++++++++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 20.02/structarmnn_1_1_quantizer_options.xhtml (limited to '20.02/structarmnn_1_1_quantizer_options.xhtml') diff --git a/20.02/structarmnn_1_1_quantizer_options.xhtml b/20.02/structarmnn_1_1_quantizer_options.xhtml new file mode 100644 index 0000000000..376aae8847 --- /dev/null +++ b/20.02/structarmnn_1_1_quantizer_options.xhtml @@ -0,0 +1,278 @@ + + + + + + + + + + + + + +ArmNN: QuantizerOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
QuantizerOptions Struct Reference
+
+
+ +

#include <INetworkQuantizer.hpp>

+ + + + + + + + +

+Public Member Functions

 QuantizerOptions ()
 
 QuantizerOptions (DataType activationFormat)
 
 QuantizerOptions (DataType activationFormat, bool preserveType)
 
+ + + + + +

+Public Attributes

DataType m_ActivationFormat
 
bool m_PreserveType
 
+

Detailed Description

+
+

Definition at line 15 of file INetworkQuantizer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ QuantizerOptions() [1/3]

+ +
+
+ + + + + +
+ + + + + + + +
QuantizerOptions ()
+
+inline
+
+
+ +

◆ QuantizerOptions() [2/3]

+ +
+
+ + + + + +
+ + + + + + + + +
QuantizerOptions (DataType activationFormat)
+
+inline
+
+ +

Definition at line 19 of file INetworkQuantizer.hpp.

+
19 : QuantizerOptions(activationFormat, false) {}
+
+
+
+ +

◆ QuantizerOptions() [3/3]

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
QuantizerOptions (DataType activationFormat,
bool preserveType 
)
+
+inline
+
+ +

Definition at line 21 of file INetworkQuantizer.hpp.

+
22  : m_ActivationFormat(activationFormat)
23  , m_PreserveType(preserveType) {}
+ +
+
+
+

Member Data Documentation

+ +

◆ m_ActivationFormat

+ +
+
+ + + + +
DataType m_ActivationFormat
+
+ +

Definition at line 25 of file INetworkQuantizer.hpp.

+ +

Referenced by main().

+ +
+
+ +

◆ m_PreserveType

+ +
+
+ + + + +
bool m_PreserveType
+
+ +

Definition at line 26 of file INetworkQuantizer.hpp.

+ +

Referenced by main().

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