|
25.11
|
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. | |
| bool | m_InputEnabled |
| Flag to show if input tensor is accepted. | |
| int32_t | m_Axis |
| Extra attribute for ScatterElement, will be set to 0 by default, we do not support axis != 0. | |
| bool | m_AxisEnabled |
| Flag for ScatterElement, will be set to false by default, we do not support m_AxisEnable = true for now. | |
A ScatterNdDescriptor for the ScatterNdLayer.
Definition at line 1679 of file Descriptors.hpp.
|
inline |
Definition at line 1682 of file Descriptors.hpp.
References m_Axis, m_AxisEnabled, m_Function, m_InputEnabled, and armnn::Update.
Referenced by operator==().
|
inline |
Definition at line 1690 of file Descriptors.hpp.
References m_Axis, m_AxisEnabled, m_Function, and m_InputEnabled.
|
inline |
Definition at line 1700 of file Descriptors.hpp.
References m_Axis, m_AxisEnabled, m_Function, and m_InputEnabled.
|
inline |
Definition at line 1710 of file Descriptors.hpp.
References m_Axis, m_AxisEnabled, m_Function, m_InputEnabled, and ScatterNdDescriptor().
| 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 operator==(), ScatterNdDescriptor(), ScatterNdDescriptor(), and ScatterNdDescriptor().
| 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 operator==(), armnn::ScatterNd(), armnn::ScatterNd(), ScatterNdDescriptor(), ScatterNdDescriptor(), and ScatterNdDescriptor().
| ScatterNdFunction m_Function |
Specify if the function is update, add, sub, max or min.
Definition at line 1719 of file Descriptors.hpp.
Referenced by operator==(), armnn::ScatterNd(), armnn::ScatterNd(), ScatterNdDescriptor(), ScatterNdDescriptor(), and ScatterNdDescriptor().
| bool m_InputEnabled |
Flag to show if input tensor is accepted.
Definition at line 1722 of file Descriptors.hpp.
Referenced by ClScatterNdWorkload::ClScatterNdWorkload(), armnn::ClScatterNdWorkloadValidate(), RefLayerSupport::IsScatterNdSupported(), operator==(), ScatterNdDescriptor(), ScatterNdDescriptor(), and ScatterNdDescriptor().