24.08
|
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. 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... | |
An ArgMinMaxDescriptor for ArgMinMaxLayer.
Definition at line 67 of file Descriptors.hpp.
|
inline |
|
inline |
Definition at line 75 of file Descriptors.hpp.
References ArgMinMaxDescriptor::m_Axis, ArgMinMaxDescriptor::m_Function, and ArgMinMaxDescriptor::m_Output_Type.
int m_Axis |
Axis to reduce across the input tensor.
Definition at line 83 of file Descriptors.hpp.
Referenced by ClArgMinMaxWorkload::ClArgMinMaxWorkload(), ArgMinMaxLayer::InferOutputShapes(), NeonArgMinMaxWorkload::NeonArgMinMaxWorkload(), ArgMinMaxDescriptor::operator==(), and ArgMinMaxQueueDescriptor::Validate().
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==().
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==().