From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- .../structarmnn_1_1_arg_min_max_descriptor.xhtml | 251 --------------------- 1 file changed, 251 deletions(-) delete mode 100644 Documentation/structarmnn_1_1_arg_min_max_descriptor.xhtml (limited to 'Documentation/structarmnn_1_1_arg_min_max_descriptor.xhtml') diff --git a/Documentation/structarmnn_1_1_arg_min_max_descriptor.xhtml b/Documentation/structarmnn_1_1_arg_min_max_descriptor.xhtml deleted file mode 100644 index e21af363a6..0000000000 --- a/Documentation/structarmnn_1_1_arg_min_max_descriptor.xhtml +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - -ArmNN: ArgMinMaxDescriptor Struct Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
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...
 
-

Detailed Description

-

An ArgMinMaxDescriptor for ArgMinMaxLayer.

- -

Definition at line 43 of file Descriptors.hpp.

-

Constructor & Destructor Documentation

- -

◆ ArgMinMaxDescriptor()

- -
-
- - - - - -
- - - - - - - -
ArgMinMaxDescriptor ()
-
-inline
-
- -

Definition at line 45 of file Descriptors.hpp.

-
47  , m_Axis(-1)
48  {}
ArgMinMaxFunction m_Function
Specify if the function is to find Min or Max.
Definition: Descriptors.hpp:56
-
int m_Axis
Axis to reduce across the input tensor.
Definition: Descriptors.hpp:58
- -
-
-
-

Member Function Documentation

- -

◆ operator==()

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

Definition at line 50 of file Descriptors.hpp.

- -

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

-
51  {
52  return m_Function == rhs.m_Function && m_Axis == rhs.m_Axis;
53  }
ArgMinMaxFunction m_Function
Specify if the function is to find Min or Max.
Definition: Descriptors.hpp:56
-
int m_Axis
Axis to reduce across the input tensor.
Definition: Descriptors.hpp:58
-
-
-
-

Member Data Documentation

- -

◆ m_Axis

- - - -

◆ m_Function

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