|
25.11
|
A GatherDescriptor for the GatherLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
| GatherDescriptor () | |
| GatherDescriptor (int32_t axis) | |
| bool | operator== (const GatherDescriptor &rhs) const |
| Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| int32_t | m_Axis |
| The axis in params to gather indices from. | |
A GatherDescriptor for the GatherLayer.
Definition at line 965 of file Descriptors.hpp.
|
inline |
Definition at line 967 of file Descriptors.hpp.
References m_Axis.
Referenced by operator==().
|
inline |
|
inline |
Definition at line 975 of file Descriptors.hpp.
References GatherDescriptor(), and m_Axis.
| int32_t m_Axis |
The axis in params to gather indices from.
Definition at line 981 of file Descriptors.hpp.
Referenced by ClGatherWorkload::ClGatherWorkload(), armnn::ClGatherWorkloadValidate(), ConvertGatherToTosaOperator(), GatherDescriptor(), GatherDescriptor(), NeonGatherWorkload::NeonGatherWorkload(), armnn::NeonGatherWorkloadValidate(), operator==(), and StringifyLayerParameters< GatherDescriptor >::Serialize().