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 --- ...mnn_1_1optimizations_1_1_is_float16_layer.xhtml | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 20.02/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml (limited to '20.02/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml') diff --git a/20.02/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml b/20.02/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml new file mode 100644 index 0000000000..1177ad2321 --- /dev/null +++ b/20.02/structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + +ArmNN: IsFloat16Layer Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IsFloat16Layer Struct Reference
+
+
+ +

#include <ConvertConstants.hpp>

+ + + + +

+Static Public Member Functions

static bool Test (const Layer &layer)
 
+

Detailed Description

+
+

Definition at line 92 of file ConvertConstants.hpp.

+

Member Function Documentation

+ +

◆ Test()

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

Definition at line 94 of file ConvertConstants.hpp.

+ +

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

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