|
25.11
|
A ChannelShuffleDescriptor for the ChannelShuffle operator. More...
#include <Descriptors.hpp>
Public Member Functions | |
| ChannelShuffleDescriptor () | |
| ChannelShuffleDescriptor (const uint32_t &numGroups, const uint32_t &axis) | |
| bool | operator== (const ChannelShuffleDescriptor &rhs) const |
| Public Member Functions inherited from BaseDescriptor | |
| virtual bool | IsNull () const |
| virtual | ~BaseDescriptor ()=default |
Public Attributes | |
| uint32_t | m_NumGroups |
| Number of groups for the channel shuffle operation. | |
| uint32_t | m_Axis |
| Axis to apply channel shuffle operation on. | |
A ChannelShuffleDescriptor for the ChannelShuffle operator.
Definition at line 1562 of file Descriptors.hpp.
|
inline |
Definition at line 1564 of file Descriptors.hpp.
References m_Axis, and m_NumGroups.
Referenced by operator==().
|
inline |
Definition at line 1568 of file Descriptors.hpp.
References m_Axis, and m_NumGroups.
|
inline |
Definition at line 1572 of file Descriptors.hpp.
References ChannelShuffleDescriptor(), and m_NumGroups.
| uint32_t m_Axis |
Axis to apply channel shuffle operation on.
Definition at line 1580 of file Descriptors.hpp.
Referenced by ChannelShuffleDescriptor(), ChannelShuffleDescriptor(), armnn::ClChannelShuffleValidate(), ClChannelShuffleWorkload::ClChannelShuffleWorkload(), armnn::NeonChannelShuffleValidate(), NeonChannelShuffleWorkload::NeonChannelShuffleWorkload(), and StringifyLayerParameters< ChannelShuffleDescriptor >::Serialize().
| uint32_t m_NumGroups |
Number of groups for the channel shuffle operation.
Definition at line 1578 of file Descriptors.hpp.
Referenced by ChannelShuffleDescriptor(), ChannelShuffleDescriptor(), armnn::ClChannelShuffleValidate(), ClChannelShuffleWorkload::ClChannelShuffleWorkload(), armnn::NeonChannelShuffleValidate(), NeonChannelShuffleWorkload::NeonChannelShuffleWorkload(), operator==(), and StringifyLayerParameters< ChannelShuffleDescriptor >::Serialize().