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_quantization_scheme.xhtml | 275 ++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 20.02/structarmnn_1_1_i_quantization_scheme.xhtml (limited to '20.02/structarmnn_1_1_i_quantization_scheme.xhtml') diff --git a/20.02/structarmnn_1_1_i_quantization_scheme.xhtml b/20.02/structarmnn_1_1_i_quantization_scheme.xhtml new file mode 100644 index 0000000000..6952beca8d --- /dev/null +++ b/20.02/structarmnn_1_1_i_quantization_scheme.xhtml @@ -0,0 +1,275 @@ + + + + + + + + + + + + + +ArmNN: IQuantizationScheme Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IQuantizationScheme Struct Referenceabstract
+
+
+ +

#include <NetworkQuantizationScheme.hpp>

+
+Inheritance diagram for IQuantizationScheme:
+
+
+ + +QAsymmS8QuantizationScheme +QAsymmU8QuantizationScheme +QSymm16QuantizationScheme +QSymmS8QuantizationScheme + +
+ + + + + + + + + + +

+Public Member Functions

virtual OffsetScalePair ComputeScheme (double min, double max) const =0
 
virtual int NumBits () const =0
 
virtual DataType GetDataType () const =0
 
virtual ~IQuantizationScheme ()
 
+

Detailed Description

+
+

Definition at line 18 of file NetworkQuantizationScheme.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IQuantizationScheme()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IQuantizationScheme ()
+
+inlinevirtual
+
+ +

Definition at line 26 of file NetworkQuantizationScheme.hpp.

+
26 {}
+
+
+

Member Function Documentation

+ +

◆ ComputeScheme()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual OffsetScalePair ComputeScheme (double min,
double max 
) const
+
+pure virtual
+
+
+ +

◆ GetDataType()

+ +
+
+ + + + + +
+ + + + + + + +
virtual DataType GetDataType () const
+
+pure virtual
+
+
+ +

◆ NumBits()

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