From 549b9600a6eaf0727fa084465a75f173edf8f381 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 24 May 2022 11:32:07 +0100 Subject: Update 22.05 Doxygen Docs after updates to main Readme Signed-off-by: Nikhil Raj Change-Id: I56711772406a41ff81fa136a5fb6c59c9b9cf504 --- 22.05/_layer_support_rules_8hpp.xhtml | 169 ++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 22.05/_layer_support_rules_8hpp.xhtml (limited to '22.05/_layer_support_rules_8hpp.xhtml') diff --git a/22.05/_layer_support_rules_8hpp.xhtml b/22.05/_layer_support_rules_8hpp.xhtml new file mode 100644 index 0000000000..c0d0aa045e --- /dev/null +++ b/22.05/_layer_support_rules_8hpp.xhtml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/LayerSupportRules.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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
 
+ + + + +

+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