24.08
|
A Pooling3dDescriptor for the Pooling3dLayer. More...
#include <Descriptors.hpp>
Public Member Functions | |
Pooling3dDescriptor () | |
bool | operator== (const Pooling3dDescriptor &rhs) const |
Public Member Functions inherited from BaseDescriptor | |
virtual bool | IsNull () const |
virtual | ~BaseDescriptor ()=default |
Public Attributes | |
PoolingAlgorithm | m_PoolType |
The pooling algorithm to use (Max. Average, L2). More... | |
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_PadFront |
Padding front value in the depth dimension. More... | |
uint32_t | m_PadBack |
Padding back value in the depth dimension. More... | |
uint32_t | m_PoolWidth |
Pooling width value. More... | |
uint32_t | m_PoolHeight |
Pooling height value. More... | |
uint32_t | m_PoolDepth |
Pooling depth value. 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_StrideZ |
Stride value when proceeding through input for the depth dimension. More... | |
OutputShapeRounding | m_OutputShapeRounding |
The rounding method for the output shape. (Floor, Ceiling). More... | |
PaddingMethod | m_PaddingMethod |
The padding method to be used. (Exclude, IgnoreValue). More... | |
DataLayout | m_DataLayout |
The data layout to be used (NCDHW, NDHWC). More... | |
A Pooling3dDescriptor for the Pooling3dLayer.
Definition at line 431 of file Descriptors.hpp.
|
inline |
Definition at line 433 of file Descriptors.hpp.
References armnn::Exclude, armnn::Floor, armnn::Max, and armnn::NCDHW.
|
inline |
Definition at line 452 of file Descriptors.hpp.
References Pooling3dDescriptor::m_DataLayout, Pooling3dDescriptor::m_OutputShapeRounding, Pooling3dDescriptor::m_PadBack, Pooling3dDescriptor::m_PadBottom, Pooling3dDescriptor::m_PaddingMethod, Pooling3dDescriptor::m_PadFront, Pooling3dDescriptor::m_PadLeft, Pooling3dDescriptor::m_PadRight, Pooling3dDescriptor::m_PadTop, Pooling3dDescriptor::m_PoolDepth, Pooling3dDescriptor::m_PoolHeight, Pooling3dDescriptor::m_PoolType, Pooling3dDescriptor::m_PoolWidth, Pooling3dDescriptor::m_StrideX, Pooling3dDescriptor::m_StrideY, and Pooling3dDescriptor::m_StrideZ.
DataLayout m_DataLayout |
The data layout to be used (NCDHW, NDHWC).
Definition at line 503 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
OutputShapeRounding m_OutputShapeRounding |
The rounding method for the output shape. (Floor, Ceiling).
Definition at line 499 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadBack |
Padding back value in the depth dimension.
Definition at line 485 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadBottom |
Padding bottom value in the height dimension.
Definition at line 481 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
PaddingMethod m_PaddingMethod |
The padding method to be used. (Exclude, IgnoreValue).
Definition at line 501 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadFront |
Padding front value in the depth dimension.
Definition at line 483 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadLeft |
Padding left value in the width dimension.
Definition at line 475 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadRight |
Padding right value in the width dimension.
Definition at line 477 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PadTop |
Padding top value in the height dimension.
Definition at line 479 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PoolDepth |
Pooling depth value.
Definition at line 491 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PoolHeight |
Pooling height value.
Definition at line 489 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
PoolingAlgorithm m_PoolType |
The pooling algorithm to use (Max. Average, L2).
Definition at line 473 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_PoolWidth |
Pooling width value.
Definition at line 487 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_StrideX |
Stride value when proceeding through input for the width dimension.
Definition at line 493 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_StrideY |
Stride value when proceeding through input for the height dimension.
Definition at line 495 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().
uint32_t m_StrideZ |
Stride value when proceeding through input for the depth dimension.
Definition at line 497 of file Descriptors.hpp.
Referenced by IDeserializer::DeserializerImpl::GetPooling3dDescriptor(), Pooling3dLayer::InferOutputShapes(), Pooling3dDescriptor::operator==(), armnn::Pooling3d(), and StringifyLayerParameters< Pooling3dDescriptor >::Serialize().