From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- 23.02/_layer_support_rules_8hpp.xhtml | 171 ++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 23.02/_layer_support_rules_8hpp.xhtml (limited to '23.02/_layer_support_rules_8hpp.xhtml') diff --git a/23.02/_layer_support_rules_8hpp.xhtml b/23.02/_layer_support_rules_8hpp.xhtml new file mode 100644 index 0000000000..ff47de62a8 --- /dev/null +++ b/23.02/_layer_support_rules_8hpp.xhtml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/LayerSupportRules.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LayerSupportRules.hpp File Reference
+
+
+
#include <armnn/utility/Assert.hpp>
+#include <algorithm>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Classes

struct  Rule
 
struct  TypesAreEqual
 
struct  QuantizationParametersAreEqual
 
struct  TypeAnyOf
 
struct  TypeIs
 
struct  TypeNotPerAxisQuantized
 
struct  BiasAndWeightsTypesMatch
 
struct  BiasAndWeightsTypesCompatible
 
struct  ShapesAreSameRank
 
struct  ShapesAreSameTotalSize
 
struct  ShapesAreBroadcastCompatible
 
struct  TensorNumDimensionsAreCorrect
 
struct  TensorNumDimensionsAreGreaterOrEqualTo
 
+ + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + + + + + + + + + + +

+Functions

armnn::Optional< armnn::DataTypeGetBiasTypeFromWeightsType (armnn::Optional< armnn::DataType > weightsType)
 
template<typename F >
bool CheckSupportRule (F rule, Optional< std::string &> reasonIfUnsupported, const char *reason)
 
template<typename T >
bool AllTypesAreEqualImpl (T)
 
template<typename T , typename... Rest>
bool AllTypesAreEqualImpl (T t1, T t2, Rest... rest)
 
+
+
+ + + + -- cgit v1.2.1