TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase:
mlir::tt::ttir::Conv2dOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::Conv2dOpGenericAdaptor< RangeT > mlir::tt::ttir::Conv2dOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 Conv2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptorBase (Conv2dOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getStrideHeightAttr ()
 
int32_t getStrideHeight ()
 
::mlir::IntegerAttr getStrideWidthAttr ()
 
int32_t getStrideWidth ()
 
::mlir::IntegerAttr getDilationHeightAttr ()
 
int32_t getDilationHeight ()
 
::mlir::IntegerAttr getDilationWidthAttr ()
 
int32_t getDilationWidth ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
int32_t getGroups ()
 
::mlir::IntegerAttr getPaddingLeftAttr ()
 
int32_t getPaddingLeft ()
 
::mlir::IntegerAttr getPaddingRightAttr ()
 
int32_t getPaddingRight ()
 
::mlir::IntegerAttr getPaddingTopAttr ()
 
int32_t getPaddingTop ()
 
::mlir::IntegerAttr getPaddingBottomAttr ()
 
int32_t getPaddingBottom ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ Conv2dOpGenericAdaptorBase() [1/2]

mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::Conv2dOpGenericAdaptorBase ( ::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ Conv2dOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::Conv2dOpGenericAdaptorBase ( Conv2dOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getAttributes ( )
inline

◆ getDilationHeight()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getDilationHeight ( )

◆ getDilationHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getDilationHeightAttr ( )
inline

◆ getDilationWidth()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getDilationWidth ( )

◆ getDilationWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getDilationWidthAttr ( )
inline

◆ getGroups()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getGroups ( )

◆ getGroupsAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getGroupsAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)

◆ getOperandConstraints()

mlir::ArrayAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getOperandConstraints ( )

◆ getOperandConstraintsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getOperandConstraintsAttr ( )
inline

◆ getPaddingBottom()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingBottom ( )

◆ getPaddingBottomAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingBottomAttr ( )
inline

◆ getPaddingLeft()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingLeft ( )

◆ getPaddingLeftAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingLeftAttr ( )
inline

◆ getPaddingRight()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingRight ( )

◆ getPaddingRightAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingRightAttr ( )
inline

◆ getPaddingTop()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingTop ( )

◆ getPaddingTopAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getPaddingTopAttr ( )
inline

◆ getProperties()

const Properties& mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getProperties ( )
inline

◆ getStrideHeight()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getStrideHeight ( )

◆ getStrideHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getStrideHeightAttr ( )
inline

◆ getStrideWidth()

int32_t mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getStrideWidth ( )

◆ getStrideWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::getStrideWidthAttr ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttir::detail::Conv2dOpGenericAdaptorBase::properties
protected

The documentation for this class was generated from the following files: