|
25.11
|
An ArgMinMaxDescriptor for ArgMinMaxLayer. More...
#include <Descriptors.hpp>
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. | |
| int | m_Axis |
| Axis to reduce across the input tensor. | |
| armnn::DataType | m_Output_Type |
| Deprecated and will be removed in future release. | |
An ArgMinMaxDescriptor for ArgMinMaxLayer.
Definition at line 67 of file Descriptors.hpp.
|
inline |
Definition at line 69 of file Descriptors.hpp.
References m_Axis, m_Function, m_Output_Type, armnn::Min, and armnn::Signed32.
Referenced by operator==().
|
inline |
Definition at line 75 of file Descriptors.hpp.
References ArgMinMaxDescriptor(), m_Axis, m_Function, and m_Output_Type.
| int m_Axis |
Axis to reduce across the input tensor.
Definition at line 83 of file Descriptors.hpp.
Referenced by ArgMinMaxDescriptor(), armnn::ClArgMinMaxWorkloadValidate(), armnn::NeonArgMinMaxWorkloadValidate(), and operator==().
| ArgMinMaxFunction m_Function |
Specify if the function is to find Min or Max.
Definition at line 81 of file Descriptors.hpp.
Referenced by ArgMinMaxDescriptor(), armnn::ClArgMinMaxWorkloadValidate(), armnn::NeonArgMinMaxWorkloadValidate(), and operator==().
| armnn::DataType m_Output_Type |
Deprecated and will be removed in future release.
Definition at line 85 of file Descriptors.hpp.
Referenced by ArgMinMaxDescriptor(), and operator==().