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

An ArgMinMaxDescriptor for ArgMinMaxLayer. + More...

+ +

#include <Descriptors.hpp>

+ + + + + + +

+Public Member Functions

 ArgMinMaxDescriptor ()
 
bool operator== (const ArgMinMaxDescriptor &rhs) const
 
+ + + + + + + + + +

+Public Attributes

ArgMinMaxFunction m_Function
 Specify if the function is to find Min or Max. More...
 
int m_Axis
 Axis to reduce across the input tensor. More...
 
armnn::DataType m_Output_Type
 
+

Detailed Description

+

An ArgMinMaxDescriptor for ArgMinMaxLayer.

+ +

Definition at line 51 of file Descriptors.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ArgMinMaxDescriptor()

+ +
+
+ + + + + +
+ + + + + + + +
ArgMinMaxDescriptor ()
+
+inline
+
+ +

Definition at line 53 of file Descriptors.hpp.

+
55  , m_Axis(-1)
57  {}
+
ArgMinMaxFunction m_Function
Specify if the function is to find Min or Max.
Definition: Descriptors.hpp:65
+
int m_Axis
Axis to reduce across the input tensor.
Definition: Descriptors.hpp:67
+
armnn::DataType m_Output_Type
Definition: Descriptors.hpp:69
+ +
+
+
+

Member Function Documentation

+ +

◆ operator==()

+ +
+
+ + + + + +
+ + + + + + + + +
bool operator== (const ArgMinMaxDescriptorrhs) const
+
+inline
+
+ +

Definition at line 59 of file Descriptors.hpp.

+ +

References ArgMinMaxDescriptor::m_Axis, ActivationDescriptor::m_Function, ArgMinMaxDescriptor::m_Function, and ArgMinMaxDescriptor::m_Output_Type.

+
60  {
61  return m_Function == rhs.m_Function && m_Axis == rhs.m_Axis && m_Output_Type == rhs.m_Output_Type;
62  }
ArgMinMaxFunction m_Function
Specify if the function is to find Min or Max.
Definition: Descriptors.hpp:65
+
int m_Axis
Axis to reduce across the input tensor.
Definition: Descriptors.hpp:67
+
armnn::DataType m_Output_Type
Definition: Descriptors.hpp:69
+
+
+
+

Member Data Documentation

+ +

◆ m_Axis

+ + + +

◆ m_Function

+ + + +

◆ m_Output_Type

+ +
+
+ + + + +
armnn::DataType m_Output_Type
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1