From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- ...tructarmnn_1_1_shapes_are_same_total_size.xhtml | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 20.11/structarmnn_1_1_shapes_are_same_total_size.xhtml (limited to '20.11/structarmnn_1_1_shapes_are_same_total_size.xhtml') diff --git a/20.11/structarmnn_1_1_shapes_are_same_total_size.xhtml b/20.11/structarmnn_1_1_shapes_are_same_total_size.xhtml new file mode 100644 index 0000000000..5f03440edc --- /dev/null +++ b/20.11/structarmnn_1_1_shapes_are_same_total_size.xhtml @@ -0,0 +1,190 @@ + + + + + + + + + + + + + +ArmNN: ShapesAreSameTotalSize Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 146 of file LayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ShapesAreSameTotalSize()

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

Definition at line 148 of file LayerSupportRules.hpp.

+ +

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

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