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 --- 20.02/structarmnn_1_1_rule.xhtml | 205 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 20.02/structarmnn_1_1_rule.xhtml (limited to '20.02/structarmnn_1_1_rule.xhtml') diff --git a/20.02/structarmnn_1_1_rule.xhtml b/20.02/structarmnn_1_1_rule.xhtml new file mode 100644 index 0000000000..763e5e7deb --- /dev/null +++ b/20.02/structarmnn_1_1_rule.xhtml @@ -0,0 +1,205 @@ + + + + + + + + + + + + + +ArmNN: Rule Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ + +
+ +

#include <LayerSupportRules.hpp>

+
+Inheritance diagram for Rule:
+
+
+ + +BiasAndWeightsTypesCompatible +BiasAndWeightsTypesMatch +QuantizationParametersAreEqual +ShapesAreBroadcastCompatible +ShapesAreSameRank +ShapesAreSameTotalSize +TensorNumDimensionsAreCorrect +TypeAnyOf +TypeIs +TypeNotPerAxisQuantized +TypesAreEqual + +
+ + + + +

+Public Member Functions

bool operator() () const
 
+ + + +

+Public Attributes

bool m_Res = true
 
+

Detailed Description

+
+

Definition at line 47 of file LayerSupportRules.hpp.

+

Member Function Documentation

+ +

◆ operator()()

+ +
+
+ + + + + +
+ + + + + + + +
bool operator() () const
+
+inline
+
+ +

Definition at line 49 of file LayerSupportRules.hpp.

+ +

References Rule::m_Res.

+
50  {
51  return m_Res;
52  }
+
+
+
+

Member Data Documentation

+ +

◆ m_Res

+ + +
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1