From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- 23.11/structarmnn_1_1_arg_min_max_descriptor.html | 298 ++++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 23.11/structarmnn_1_1_arg_min_max_descriptor.html (limited to '23.11/structarmnn_1_1_arg_min_max_descriptor.html') diff --git a/23.11/structarmnn_1_1_arg_min_max_descriptor.html b/23.11/structarmnn_1_1_arg_min_max_descriptor.html new file mode 100644 index 0000000000..f215091e1f --- /dev/null +++ b/23.11/structarmnn_1_1_arg_min_max_descriptor.html @@ -0,0 +1,298 @@ + + + + + + + + +Arm NN: ArgMinMaxDescriptor Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ArgMinMaxDescriptor Struct Reference
+
+
+ +

An ArgMinMaxDescriptor for ArgMinMaxLayer. + More...

+ +

#include <Descriptors.hpp>

+
+Inheritance diagram for ArgMinMaxDescriptor:
+
+
+
+
[legend]
+
+Collaboration diagram for ArgMinMaxDescriptor:
+
+
+
+
[legend]
+ + + + + + + + + + + +

+Public Member Functions

 ArgMinMaxDescriptor ()
 
bool operator== (const ArgMinMaxDescriptor &rhs) const
 
- Public Member Functions inherited from BaseDescriptor
virtual bool IsNull () const
 
virtual ~BaseDescriptor ()=default
 
+ + + + + + + + + + +

+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
 Deprecated and will be removed in future release. More...
 
+

Detailed Description

+

An ArgMinMaxDescriptor for ArgMinMaxLayer.

+ +

Definition at line 67 of file Descriptors.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ArgMinMaxDescriptor()

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

Definition at line 69 of file Descriptors.hpp.

+ +

References armnn::Min, and armnn::Signed32.

+ +
+
+

Member Function Documentation

+ +

◆ operator==()

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

Definition at line 75 of file Descriptors.hpp.

+
76  {
+
77  return m_Function == rhs.m_Function && m_Axis == rhs.m_Axis && m_Output_Type == rhs.m_Output_Type;
+
78  }
+
+

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

+ +
+
+

Member Data Documentation

+ +

◆ m_Axis

+ + + +

◆ m_Function

+ +
+
+ + + + +
ArgMinMaxFunction m_Function
+
+ +

Specify if the function is to find Min or Max.

+ +

Definition at line 81 of file Descriptors.hpp.

+ +

Referenced by ClArgMinMaxWorkload::ClArgMinMaxWorkload(), NeonArgMinMaxWorkload::NeonArgMinMaxWorkload(), and ArgMinMaxDescriptor::operator==().

+ +
+
+ +

◆ m_Output_Type

+ +
+
+ + + + +
armnn::DataType m_Output_Type
+
+ +

Deprecated and will be removed in future release.

+ +

Definition at line 85 of file Descriptors.hpp.

+ +

Referenced by ArgMinMaxDescriptor::operator==().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+
armnn::DataType m_Output_Type
Deprecated and will be removed in future release.
Definition: Descriptors.hpp:85
+
ArgMinMaxFunction m_Function
Specify if the function is to find Min or Max.
Definition: Descriptors.hpp:81
+ + +
int m_Axis
Axis to reduce across the input tensor.
Definition: Descriptors.hpp:83
+ + + + -- cgit v1.2.1