From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- ...mnn_1_1optimizations_1_1_is_float16_layer.xhtml | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 20.08/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml (limited to '20.08/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml') diff --git a/20.08/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml b/20.08/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml new file mode 100644 index 0000000000..815b7ba130 --- /dev/null +++ b/20.08/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + +ArmNN: IsFloat16Layer Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IsFloat16Layer Struct Reference
+
+
+ +

#include <ConvertConstants.hpp>

+ + + + +

+Static Public Member Functions

static bool Test (const Layer &layer)
 
+

Detailed Description

+
+

Definition at line 135 of file ConvertConstants.hpp.

+

Member Function Documentation

+ +

◆ Test()

+ +
+
+ + + + + +
+ + + + + + + + +
static bool Test (const Layerlayer)
+
+inlinestatic
+
+ +

Definition at line 137 of file ConvertConstants.hpp.

+ +

References armnn::Float16, and Layer::GetDataType().

+
138  {
139  return layer.GetDataType() == DataType::Float16;
140  }
+
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1