24.08
|
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. More... | |
uint32_t | m_Axis |
Axis to apply channel shuffle operation on. More... | |
A ChannelShuffleDescriptor for the ChannelShuffle operator.
Definition at line 1562 of file Descriptors.hpp.
|
inline |
Definition at line 1564 of file Descriptors.hpp.
|
inline |
Definition at line 1568 of file Descriptors.hpp.
|
inline |
Definition at line 1572 of file Descriptors.hpp.
References ChannelShuffleDescriptor::m_NumGroups.
uint32_t m_Axis |
Axis to apply channel shuffle operation on.
Definition at line 1580 of file Descriptors.hpp.
Referenced by ClChannelShuffleWorkload::ClChannelShuffleWorkload(), 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::operator==(), and StringifyLayerParameters< ChannelShuffleDescriptor >::Serialize().