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 --- 20.11/structarmnn_1_1_shapes_are_same_rank.xhtml | 190 +++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 20.11/structarmnn_1_1_shapes_are_same_rank.xhtml (limited to '20.11/structarmnn_1_1_shapes_are_same_rank.xhtml') diff --git a/20.11/structarmnn_1_1_shapes_are_same_rank.xhtml b/20.11/structarmnn_1_1_shapes_are_same_rank.xhtml new file mode 100644 index 0000000000..c1eaf2d813 --- /dev/null +++ b/20.11/structarmnn_1_1_shapes_are_same_rank.xhtml @@ -0,0 +1,190 @@ + + + + + + + + + + + + + +ArmNN: ShapesAreSameRank Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ShapesAreSameRank Struct Reference
+
+
+ +

#include <LayerSupportRules.hpp>

+
+Inheritance diagram for ShapesAreSameRank:
+
+
+ + +Rule + +
+ + + + + + + +

+Public Member Functions

 ShapesAreSameRank (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 138 of file LayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ShapesAreSameRank()

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

Definition at line 140 of file LayerSupportRules.hpp.

+ +

References TensorShape::GetNumDimensions(), TensorInfo::GetShape(), and Rule::m_Res.

+
141  {
142  m_Res = info0.GetShape().GetNumDimensions() == info1.GetShape().GetNumDimensions();
143  }
+
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1