From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- ..._tosa_tensor_num_dimensions_within_bounds.xhtml | 170 +++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 23.02/struct_tosa_tensor_num_dimensions_within_bounds.xhtml (limited to '23.02/struct_tosa_tensor_num_dimensions_within_bounds.xhtml') diff --git a/23.02/struct_tosa_tensor_num_dimensions_within_bounds.xhtml b/23.02/struct_tosa_tensor_num_dimensions_within_bounds.xhtml new file mode 100644 index 0000000000..ea33578939 --- /dev/null +++ b/23.02/struct_tosa_tensor_num_dimensions_within_bounds.xhtml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + +ArmNN: TosaTensorNumDimensionsWithinBounds Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TosaTensorNumDimensionsWithinBounds Struct Reference
+
+
+ +

#include <TosaLayerSupportRules.hpp>

+
+Inheritance diagram for TosaTensorNumDimensionsWithinBounds:
+
+
+ + + +
+ + + + +

+Public Member Functions

 TosaTensorNumDimensionsWithinBounds (TosaSerializationTensor *tensor)
 
+

Detailed Description

+
+

Definition at line 34 of file TosaLayerSupportRules.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TosaTensorNumDimensionsWithinBounds()

+ +
+
+ + + + + +
+ + + + + + + + +
TosaTensorNumDimensionsWithinBounds (TosaSerializationTensor * tensor)
+
+inlineexplicit
+
+ +

Definition at line 36 of file TosaLayerSupportRules.hpp.

+ +

References armnn::MaxNumOfTensorDimensions.

+
37  {
38  m_Res = (tensor->GetShape().size() <= MaxNumOfTensorDimensions) || (!tensor->GetShape().empty());
39  }
constexpr unsigned int MaxNumOfTensorDimensions
Definition: Types.hpp:31
+
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1