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 --- ...ntizer_3_01armnn_1_1_half_00_01false_01_4.xhtml | 231 +++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml (limited to '20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml') diff --git a/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml b/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml new file mode 100644 index 0000000000..9b5ddc3bf6 --- /dev/null +++ b/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_half_00_01false_01_4.xhtml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + +ArmNN: SelectiveQuantizer< armnn::Half, false > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SelectiveQuantizer< armnn::Half, false > Struct Template Reference
+
+
+ +

#include <QuantizeHelper.hpp>

+ + + + + + +

+Static Public Member Functions

static armnn::Half Quantize (float value, float scale, int32_t offset)
 
static float Dequantize (armnn::Half value, float scale, int32_t offset)
 
+

Detailed Description

+

template<>
+struct armnnUtils::SelectiveQuantizer< armnn::Half, false >

+ + +

Definition at line 54 of file QuantizeHelper.hpp.

+

Member Function Documentation

+ +

◆ Dequantize()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static float Dequantize (armnn::Half value,
float scale,
int32_t offset 
)
+
+inlinestatic
+
+ +

Definition at line 62 of file QuantizeHelper.hpp.

+ +

References armnn::IgnoreUnused().

+
63  {
64  armnn::IgnoreUnused(scale, offset);
65  return value;
66  }
void IgnoreUnused(Ts &&...)
+
+
+
+ +

◆ Quantize()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static armnn::Half Quantize (float value,
float scale,
int32_t offset 
)
+
+inlinestatic
+
+ +

Definition at line 56 of file QuantizeHelper.hpp.

+ +

References armnn::IgnoreUnused().

+
57  {
58  armnn::IgnoreUnused(scale, offset);
59  return armnn::Half(value);
60  }
void IgnoreUnused(Ts &&...)
+
half_float::half Half
Definition: Half.hpp:16
+
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1