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

Classes

struct  Properties
 

Public Member Functions

 SliceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SliceOpGenericAdaptorBase (SliceOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ArrayAttr getBeginsAttr ()
 
::mlir::ArrayAttr getBegins ()
 
::mlir::ArrayAttr getEndsAttr ()
 
::mlir::ArrayAttr getEnds ()
 
::mlir::ArrayAttr getStepAttr ()
 
::mlir::ArrayAttr getStep ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ SliceOpGenericAdaptorBase() [1/2]

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

◆ SliceOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::SliceOpGenericAdaptorBase ( SliceOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getBegins()

mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getBegins ( )

◆ getBeginsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getBeginsAttr ( )
inline

◆ getEnds()

mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getEnds ( )

◆ getEndsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getEndsAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

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

◆ getOperandConstraintsAttr()

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

◆ getProperties()

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

◆ getStep()

mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getStep ( )

◆ getStepAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::SliceOpGenericAdaptorBase::getStepAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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