|
25.11
|
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. | |
| 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. | |
| uint32_t | m_PadRight |
| Padding right value in the width dimension. | |
| uint32_t | m_PadTop |
| Padding top value in the height dimension. | |
| uint32_t | m_PadBottom |
| Padding bottom value in the height dimension. | |
| uint32_t | m_StrideX |
| Stride value when proceeding through input for the width dimension. | |
| uint32_t | m_StrideY |
| Stride value when proceeding through input for the height dimension. | |
| uint32_t | m_DilationX |
| Dilation factor value for width dimension. | |
| uint32_t | m_DilationY |
| Dilation factor value for height dimension. | |
| bool | m_BiasEnabled |
| Enable/disable bias. | |
| DataLayout | m_DataLayout |
| The data layout to be used (NCHW, NHWC). | |
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.
Definition at line 659 of file Descriptors.hpp.
|
inline |
Definition at line 661 of file Descriptors.hpp.
References m_BiasEnabled, m_DataLayout, m_DilationX, m_DilationY, m_PadBottom, m_PadLeft, m_PadRight, m_PadTop, m_StrideX, m_StrideY, and armnn::NCHW.
Referenced by operator==().
| uint32_t GetNumInputs | ( | ) | const |
Get the number of views/inputs.
Definition at line 480 of file Descriptors.cpp.
References armnn::GetNumInputs(), and m_BiasEnabled.
Referenced by ClDepthwiseConvolutionWorkload::ClDepthwiseConvolutionWorkload().
|
inline |
Definition at line 674 of file Descriptors.hpp.
References DepthwiseConvolution2dDescriptor(), m_BiasEnabled, m_DataLayout, m_DilationX, m_DilationY, m_PadBottom, m_PadLeft, m_PadRight, m_PadTop, m_StrideX, and m_StrideY.
| bool m_BiasEnabled |
Enable/disable bias.
Definition at line 708 of file Descriptors.hpp.
Referenced by armnn::ClDepthwiseConvolutionWorkloadValidate(), ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), GetNumInputs(), LayerSupportHandle::IsDepthwiseConvolutionSupported(), LayerSupportHandle::IsDilatedDepthwiseConvolutionSupported(), armnn::NeonDepthwiseConvolutionWorkloadValidate(), operator==(), ClBackend::OptimizeSubgraphView(), NeonBackend::OptimizeSubgraphView(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
| DataLayout m_DataLayout |
The data layout to be used (NCHW, NHWC).
Definition at line 710 of file Descriptors.hpp.
Referenced by armnn::ClDepthwiseConvolutionWorkloadValidate(), ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), armnn::NeonDepthwiseConvolutionWorkloadValidate(), operator==(), StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize(), and PermuteDepthwiseConv2dWeightsImpl::~PermuteDepthwiseConv2dWeightsImpl().
| uint32_t m_DilationX |
Dilation factor value for width dimension.
Definition at line 704 of file Descriptors.hpp.
Referenced by armnn::ClDepthwiseConvolutionWorkloadValidate(), ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), armnn::NeonDepthwiseConvolutionWorkloadValidate(), operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
| uint32_t m_DilationY |
Dilation factor value for height dimension.
Definition at line 706 of file Descriptors.hpp.
Referenced by armnn::ClDepthwiseConvolutionWorkloadValidate(), ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), armnn::NeonDepthwiseConvolutionWorkloadValidate(), operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
| uint32_t m_PadBottom |
Padding bottom value in the height dimension.
Definition at line 698 of file Descriptors.hpp.
Referenced by ConvertDepthwiseConv2dToTosaOperator(), 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 ConvertDepthwiseConv2dToTosaOperator(), 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 ConvertDepthwiseConv2dToTosaOperator(), 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 ConvertDepthwiseConv2dToTosaOperator(), 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 ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().
| uint32_t m_StrideY |
Stride value when proceeding through input for the height dimension.
Definition at line 702 of file Descriptors.hpp.
Referenced by ConvertDepthwiseConv2dToTosaOperator(), DepthwiseConvolution2dDescriptor(), operator==(), and StringifyLayerParameters< DepthwiseConvolution2dDescriptor >::Serialize().