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

Classes

struct  Properties
 

Public Member Functions

 TransposeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 TransposeOpGenericAdaptorBase (TransposeOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDim0Attr ()
 
int32_t getDim0 ()
 
::mlir::IntegerAttr getDim1Attr ()
 
int32_t getDim1 ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ TransposeOpGenericAdaptorBase() [1/2]

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

◆ TransposeOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::TransposeOpGenericAdaptorBase::TransposeOpGenericAdaptorBase ( TransposeOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDim0()

int32_t mlir::tt::ttir::detail::TransposeOpGenericAdaptorBase::getDim0 ( )

◆ getDim0Attr()

::mlir::IntegerAttr mlir::tt::ttir::detail::TransposeOpGenericAdaptorBase::getDim0Attr ( )
inline

◆ getDim1()

int32_t mlir::tt::ttir::detail::TransposeOpGenericAdaptorBase::getDim1 ( )

◆ getDim1Attr()

::mlir::IntegerAttr mlir::tt::ttir::detail::TransposeOpGenericAdaptorBase::getDim1Attr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

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

◆ getOperandConstraintsAttr()

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

◆ getProperties()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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