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 --- ...tructarmnn_1_1_shapes_are_same_total_size.xhtml | 190 --------------------- 1 file changed, 190 deletions(-) delete mode 100644 Documentation/structarmnn_1_1_shapes_are_same_total_size.xhtml (limited to 'Documentation/structarmnn_1_1_shapes_are_same_total_size.xhtml') diff --git a/Documentation/structarmnn_1_1_shapes_are_same_total_size.xhtml b/Documentation/structarmnn_1_1_shapes_are_same_total_size.xhtml deleted file mode 100644 index af9561eb54..0000000000 --- a/Documentation/structarmnn_1_1_shapes_are_same_total_size.xhtml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - -ArmNN: ShapesAreSameTotalSize Struct Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
ShapesAreSameTotalSize Struct Reference
-
-
- -

#include <LayerSupportRules.hpp>

-
-Inheritance diagram for ShapesAreSameTotalSize:
-
-
- - -Rule - -
- - - - - - - -

-Public Member Functions

 ShapesAreSameTotalSize (const TensorInfo &info0, const TensorInfo &info1)
 
- Public Member Functions inherited from Rule
bool operator() () const
 
- - - - -

-Additional Inherited Members

- Public Attributes inherited from Rule
bool m_Res = true
 
-

Detailed Description

-
-

Definition at line 145 of file LayerSupportRules.hpp.

-

Constructor & Destructor Documentation

- -

◆ ShapesAreSameTotalSize()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
ShapesAreSameTotalSize (const TensorInfoinfo0,
const TensorInfoinfo1 
)
-
-inline
-
- -

Definition at line 147 of file LayerSupportRules.hpp.

- -

References TensorInfo::GetNumElements(), and Rule::m_Res.

-
148  {
149  m_Res = info0.GetNumElements() == info1.GetNumElements();
150  }
-
-
-
-
The documentation for this struct was generated from the following file: -
-
- - - - -- cgit v1.2.1