Home
last modified time | relevance | path

Searched defs:ChannelShuffleDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/armnn/include/armnn/
DDescriptors.hpp1529 struct ChannelShuffleDescriptor : BaseDescriptor struct
1531 ChannelShuffleDescriptor() in ChannelShuffleDescriptor() function
1535 ChannelShuffleDescriptor(const uint32_t& numGroups, const uint32_t& axis) in ChannelShuffleDescriptor() function
1539 bool operator ==(const ChannelShuffleDescriptor& rhs) const in operator ==()
1545 uint32_t m_NumGroups;
1547 uint32_t m_Axis;
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i143 struct ChannelShuffleDescriptor struct
151 bool operator ==(const ChannelShuffleDescriptor &rhs) const; argument
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp138 const ChannelShuffleDescriptor&, //descriptor in IsChannelShuffleSupported()