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

Classes

struct  Properties
 

Public Member Functions

 ConvTranspose2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptorBase (ConvTranspose2dOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::Attribute getStrideAttr ()
 
::mlir::Attribute getStride ()
 
::mlir::Attribute getPaddingAttr ()
 
::mlir::Attribute getPadding ()
 
::mlir::Attribute getOutputPaddingAttr ()
 
::mlir::Attribute getOutputPadding ()
 
::mlir::Attribute getDilationAttr ()
 
::mlir::Attribute getDilation ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
uint32_t getGroups ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ ConvTranspose2dOpGenericAdaptorBase() [1/2]

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

◆ ConvTranspose2dOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::ConvTranspose2dOpGenericAdaptorBase ( ConvTranspose2dOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDilation()

mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getDilation ( )

◆ getDilationAttr()

::mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getDilationAttr ( )
inline

◆ getGroups()

uint32_t mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getGroups ( )

◆ getGroupsAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getOutputPadding()

mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getOutputPadding ( )

◆ getOutputPaddingAttr()

::mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getOutputPaddingAttr ( )
inline

◆ getPadding()

mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getPadding ( )

◆ getPaddingAttr()

::mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getPaddingAttr ( )
inline

◆ getProperties()

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

◆ getStride()

mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getStride ( )

◆ getStrideAttr()

::mlir::Attribute mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase::getStrideAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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