From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- ...r_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml | 53 ++++++++++++---------- 1 file changed, 30 insertions(+), 23 deletions(-) (limited to '23.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml') diff --git a/23.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml b/23.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml index 3bcb37f9f7..98d8a421e7 100644 --- a/23.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml +++ b/23.02/structarmnn_utils_1_1_selective_quantizer_3_01armnn_1_1_b_float16_00_01false_01_4.xhtml @@ -8,10 +8,10 @@ - + -ArmNN: SelectiveQuantizer< armnn::BFloat16, false > Struct Template Reference +ArmNN: SelectiveQuantizer< armnn::BFloat16, false > Struct Reference @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -98,7 +101,7 @@ $(document).ready(function(){initNavTree('structarmnn_utils_1_1_selective_quanti Static Public Member Functions | List of all members
-
SelectiveQuantizer< armnn::BFloat16, false > Struct Template Reference
+
SelectiveQuantizer< armnn::BFloat16, false > Struct Reference
@@ -112,10 +115,7 @@ Static Public Member Functions  

Detailed Description

-

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

- - +

Definition at line 69 of file QuantizeHelper.hpp.

Member Function Documentation

@@ -159,10 +159,13 @@ struct armnnUtils::SelectiveQuantizer< armnn::BFloat16, false >

Definition at line 77 of file QuantizeHelper.hpp.

- -

References armnn::IgnoreUnused().

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

References armnn::IgnoreUnused().

+
@@ -206,11 +209,13 @@ struct armnnUtils::SelectiveQuantizer< armnn::BFloat16, false >

Definition at line 71 of file QuantizeHelper.hpp.

- -

References armnn::IgnoreUnused().

-
72  {
73  armnn::IgnoreUnused(scale, offset);
74  return armnn::BFloat16(value);
75  }
-
void IgnoreUnused(Ts &&...)
+
72  {
+
73  armnn::IgnoreUnused(scale, offset);
+
74  return armnn::BFloat16(value);
+
75  }
+

References armnn::IgnoreUnused().

+

The documentation for this struct was generated from the following file: +
void IgnoreUnused(Ts &&...)
+ -- cgit v1.2.1