Home
last modified time | relevance | path

Searched defs:DepthwiseConvolution2dDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
H A Darmnn_descriptors.i376 struct DepthwiseConvolution2dDescriptor struct
391 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const; argument
/aosp_15_r20/external/armnn/include/armnn/
H A DDescriptors.hpp647 struct DepthwiseConvolution2dDescriptor : BaseDescriptor struct
649 DepthwiseConvolution2dDescriptor() in DepthwiseConvolution2dDescriptor() argument
662 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const in operator ==()
680 uint32_t m_PadLeft;
682 uint32_t m_PadRight;
684 uint32_t m_PadTop;
686 uint32_t m_PadBottom;
688 uint32_t m_StrideX;
690 uint32_t m_StrideY;
692 uint32_t m_DilationX;
[all …]
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DFoldPadIntoLayer2d.hpp61 inline bool IsNeutralElement(const DepthwiseConvolution2dDescriptor&, in IsNeutralElement()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DLayerSupportBase.cpp218const DepthwiseConvolution2dDescriptor&, // descriptor in IsDepthwiseConvolutionSupported()
248const DepthwiseConvolution2dDescriptor&, // descriptor in IsDilatedDepthwiseConvolutionSupported()