ArmNN
 26.01
Loading...
Searching...
No Matches
TransposeConvolution2dDescriptor Struct Reference

A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer. More...

#include <Descriptors.hpp>

Inheritance diagram for TransposeConvolution2dDescriptor:
[legend]
Collaboration diagram for TransposeConvolution2dDescriptor:
[legend]

Public Member Functions

 TransposeConvolution2dDescriptor ()
 
bool operator== (const TransposeConvolution2dDescriptor &rhs) const
 
- 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.
 
bool m_BiasEnabled
 Enable/disable bias.
 
DataLayout m_DataLayout
 The data layout to be used (NCHW, NHWC).
 
bool m_OutputShapeEnabled
 Output shape if it has been specified.
 
std::vector< unsigned int > m_OutputShape
 

Detailed Description

Constructor & Destructor Documentation

◆ TransposeConvolution2dDescriptor()

Definition at line 1442 of file Descriptors.hpp.

1442 :
1443 m_PadLeft(0),
1444 m_PadRight(0),
1445 m_PadTop(0),
1446 m_PadBottom(0),
1447 m_StrideX(0),
1448 m_StrideY(0),
1449 m_BiasEnabled(false),
1452 {}
uint32_t m_PadRight
Padding right value in the width dimension.
uint32_t m_PadTop
Padding top value in the height dimension.
DataLayout m_DataLayout
The data layout to be used (NCHW, NHWC).
bool m_OutputShapeEnabled
Output shape if it has been specified.
uint32_t m_PadBottom
Padding bottom value in the height dimension.
uint32_t m_PadLeft
Padding left value in the width dimension.
uint32_t m_StrideY
Stride value when proceeding through input for the height dimension.
uint32_t m_StrideX
Stride value when proceeding through input for the width dimension.

Member Function Documentation

◆ operator==()

bool operator== ( const TransposeConvolution2dDescriptor & rhs) const
inline

Member Data Documentation

◆ m_BiasEnabled

◆ m_DataLayout

◆ m_OutputShape

◆ m_OutputShapeEnabled

bool m_OutputShapeEnabled

Output shape if it has been specified.

Definition at line 1485 of file Descriptors.hpp.

Referenced by TransposeConvolution2dDescriptor::operator==(), and TransposeConvolution2dLayer::ValidateTensorShapesFromInputs().

◆ m_PadBottom

◆ m_PadLeft

◆ m_PadRight

◆ m_PadTop

◆ m_StrideX

◆ m_StrideY


The documentation for this struct was generated from the following file: