Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_descriptors.i314 struct DepthwiseConvolution2dDescriptor struct
329 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const; argument
/external/armnn/include/armnn/
DDescriptors.hpp455 struct DepthwiseConvolution2dDescriptor struct
457 DepthwiseConvolution2dDescriptor() in DepthwiseConvolution2dDescriptor() function
470 bool operator ==(const DepthwiseConvolution2dDescriptor& rhs) const in operator ==()
485 uint32_t m_PadLeft;
487 uint32_t m_PadRight;
489 uint32_t m_PadTop;
491 uint32_t m_PadBottom;
493 uint32_t m_StrideX;
495 uint32_t m_StrideY;
497 uint32_t m_DilationX;
[all …]
DLayerVisitorBase.hpp81 const DepthwiseConvolution2dDescriptor&, in VisitDepthwiseConvolution2dLayer()
/external/armnn/src/backends/backendsCommon/
DLayerSupportBase.cpp170const DepthwiseConvolution2dDescriptor&, // descriptor in IsDepthwiseConvolutionSupported()
200const DepthwiseConvolution2dDescriptor&, // descriptor in IsDilatedDepthwiseConvolutionSupported()