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 --- ...r_3_01armnn_1_1_b_float16_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_b_float16_00_01false_01_4.xhtml (limited to '20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml') diff --git a/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml b/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml new file mode 100644 index 0000000000..bf65ea8ed9 --- /dev/null +++ b/20.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + +ArmNN: SelectiveQuantizer< armnn::BFloat16, false > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SelectiveQuantizer< armnn::BFloat16, false > Struct Template Reference
+
+
+ +

#include <QuantizeHelper.hpp>

+ + + + + + +

+Static Public Member Functions

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

Detailed Description

+

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

+ + +

Definition at line 70 of file QuantizeHelper.hpp.

+

Member Function Documentation

+ +

◆ Dequantize()

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

Definition at line 78 of file QuantizeHelper.hpp.

+ +

References armnn::IgnoreUnused().

+
79  {
80  armnn::IgnoreUnused(scale, offset);
81  return value;
82  }
void IgnoreUnused(Ts &&...)
+
+
+
+ +

◆ Quantize()

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

Definition at line 72 of file QuantizeHelper.hpp.

+ +

References armnn::IgnoreUnused().

+
73  {
74  armnn::IgnoreUnused(scale, offset);
75  return armnn::BFloat16(value);
76  }
+
void IgnoreUnused(Ts &&...)
+
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1