24.08
|
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
DepthwiseConvolution2dDescriptor () | |
bool | operator== (const DepthwiseConvolution2dDescriptor &rhs) const |
uint32_t | GetNumInputs () const |
Get the number of views/inputs. More... | |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
uint32_t | m_PadLeft |
Padding left value in the width dimension. More... | |
uint32_t | m_PadRight |
Padding right value in the width dimension. More... | |
uint32_t | m_PadTop |
Padding top value in the height dimension. More... | |
uint32_t | m_PadBottom |
Padding bottom value in the height dimension. More... | |
uint32_t | m_StrideX |
Stride value when proceeding through input for the width dimension. More... | |
uint32_t | m_StrideY |
Stride value when proceeding through input for the height dimension. More... | |
uint32_t | m_DilationX |
Dilation factor value for width dimension. More... | |
uint32_t | m_DilationY |
Dilation factor value for height dimension. More... | |
bool | m_BiasEnabled |
Enable/disable bias. More... | |
DataLayout | m_DataLayout |
The data layout to be used (NCHW, NHWC). More... | |
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.
Definition at line 659 of file Descriptors.hpp.
|
inline |
uint32_t GetNumInputs | ( | ) | const |
Get the number of views/inputs.
Definition at line 480 of file Descriptors.cpp.
References armnn::GetNumInputs(), and DepthwiseConvolution2dDescriptor::m_BiasEnabled.
Referenced by ClDepthwiseConvolutionWorkload::ClDepthwiseConvolutionWorkload(), and DepthwiseConvolution2dLayer::ValidateTensorShapesFromInputs().
|
inline |
Definition at line 674 of file Descriptors.hpp.
References DepthwiseConvolution2dDescriptor::m_BiasEnabled, DepthwiseConvolution2dDescriptor::m_DataLayout, DepthwiseConvolution2dDescriptor::m_DilationX, DepthwiseConvolution2dDescriptor::m_DilationY, DepthwiseConvolution2dDescriptor::m_PadBottom, DepthwiseConvolution2dDescriptor::m_PadLeft, DepthwiseConvolution2dDescriptor::m_PadRight, DepthwiseConvolution2dDescriptor::m_PadTop, DepthwiseConvolution2dDescriptor::m_StrideX, and DepthwiseConvolution2dDescriptor::m_StrideY.
bool m_BiasEnabled |
Enable/disable bias.
Definition at line 708 of file Descriptors.hpp.
Referenced by ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor::GetNumInputs(), LayerSupportHandle::IsDepthwiseConvolutionSupported(), LayerSupportHandle::IsDilatedDepthwiseConvolutionSupported(), NeonDepthwiseConvolutionWorkload::NeonDepthwiseConvolutionWorkload(), DepthwiseConvolution2dDescriptor::operator==(), NeonBackend::OptimizeSubgraphView(), ClBackend::OptimizeSubgraphView(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().
DataLayout m_DataLayout |
The data layout to be used (NCHW, NHWC).
Definition at line 710 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().
uint32_t m_DilationX |
Dilation factor value for width dimension.
Definition at line 704 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().
uint32_t m_DilationY |
Dilation factor value for height dimension.
Definition at line 706 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().
uint32_t m_PadBottom |
Padding bottom value in the height dimension.
Definition at line 698 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
uint32_t m_PadLeft |
Padding left value in the width dimension.
Definition at line 692 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
uint32_t m_PadRight |
Padding right value in the width dimension.
Definition at line 694 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
uint32_t m_PadTop |
Padding top value in the height dimension.
Definition at line 696 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
uint32_t m_StrideX |
Stride value when proceeding through input for the width dimension.
Definition at line 700 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().
uint32_t m_StrideY |
Stride value when proceeding through input for the height dimension.
Definition at line 702 of file Descriptors.hpp.
Referenced by DepthwiseConvolution2dLayer::InferOutputShapes(), DepthwiseConvolution2dDescriptor::operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and DepthwiseConvolution2dQueueDescriptor::Validate().