|
25.02
|
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. More... | |
A GatherDescriptor for the GatherLayer.
Definition at line 965 of file Descriptors.hpp.
|
inline |
Definition at line 967 of file Descriptors.hpp.
|
inline |
Definition at line 971 of file Descriptors.hpp.
|
inline |
Definition at line 975 of file Descriptors.hpp.
References GatherDescriptor::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(), ConvertGatherToTosaOperator(), GatherLayer::InferOutputShapes(), NeonGatherWorkload::NeonGatherWorkload(), GatherDescriptor::operator==(), and StringifyLayerParameters< GatherDescriptor >::Serialize().