24.08
|
A ScatterNdDescriptor for the ScatterNdLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
ScatterNdDescriptor () | |
ScatterNdDescriptor (ScatterNdFunction function, bool inputEnabled) | |
ScatterNdDescriptor (ScatterNdFunction function, bool inputEnabled, int32_t axis) | |
bool | operator== (const ScatterNdDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
ScatterNdFunction | m_Function |
Specify if the function is update, add, sub, max or min. More... | |
bool | m_InputEnabled |
Flag to show if input tensor is accepted. More... | |
int32_t | m_Axis |
Extra attribute for ScatterElement, will be set to 0 by default, we do not support axis != 0. More... | |
bool | m_AxisEnabled |
Flag for ScatterElement, will be set to false by default, we do not support m_AxisEnable = true for now. More... | |
A ScatterNdDescriptor for the ScatterNdLayer.
Definition at line 1679 of file Descriptors.hpp.
|
inline |
|
inline |
Definition at line 1690 of file Descriptors.hpp.
|
inline |
Definition at line 1700 of file Descriptors.hpp.
|
inline |
Definition at line 1710 of file Descriptors.hpp.
References ScatterNdDescriptor::m_Axis, ScatterNdDescriptor::m_AxisEnabled, ScatterNdDescriptor::m_Function, and ScatterNdDescriptor::m_InputEnabled.
int32_t m_Axis |
Extra attribute for ScatterElement, will be set to 0 by default, we do not support axis != 0.
Definition at line 1725 of file Descriptors.hpp.
Referenced by ScatterNdDescriptor::operator==().
bool m_AxisEnabled |
Flag for ScatterElement, will be set to false by default, we do not support m_AxisEnable = true for now.
Definition at line 1728 of file Descriptors.hpp.
Referenced by ScatterNdDescriptor::operator==(), and armnn::ScatterNd().
ScatterNdFunction m_Function |
Specify if the function is update, add, sub, max or min.
Definition at line 1719 of file Descriptors.hpp.
Referenced by ScatterNdDescriptor::operator==(), and armnn::ScatterNd().
bool m_InputEnabled |
Flag to show if input tensor is accepted.
Definition at line 1722 of file Descriptors.hpp.
Referenced by RefLayerSupport::IsScatterNdSupported(), ScatterNdDescriptor::operator==(), ScatterNdQueueDescriptor::Validate(), and ScatterNdLayer::ValidateTensorShapesFromInputs().