From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- .../structarmnn_1_1_shapes_are_same_rank.xhtml | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 Documentation/structarmnn_1_1_shapes_are_same_rank.xhtml (limited to 'Documentation/structarmnn_1_1_shapes_are_same_rank.xhtml') diff --git a/Documentation/structarmnn_1_1_shapes_are_same_rank.xhtml b/Documentation/structarmnn_1_1_shapes_are_same_rank.xhtml new file mode 100644 index 0000000000..7c1510f48a --- /dev/null +++ b/Documentation/structarmnn_1_1_shapes_are_same_rank.xhtml @@ -0,0 +1,190 @@ + + + + + + + + + + + + + +ArmNN: ShapesAreSameRank Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 137 of file LayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ShapesAreSameRank()

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

Definition at line 139 of file LayerSupportRules.hpp.

+ +

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

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