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 --- Documentation/structarmnn_1_1_rule.xhtml | 205 ------------------------------- 1 file changed, 205 deletions(-) delete mode 100644 Documentation/structarmnn_1_1_rule.xhtml (limited to 'Documentation/structarmnn_1_1_rule.xhtml') diff --git a/Documentation/structarmnn_1_1_rule.xhtml b/Documentation/structarmnn_1_1_rule.xhtml deleted file mode 100644 index 763e5e7deb..0000000000 --- a/Documentation/structarmnn_1_1_rule.xhtml +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - -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