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

Classes

struct  Properties
 

Public Member Functions

 FillOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptorBase (FillOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ElementsAttr getValueAttr ()
 
::mlir::ElementsAttr getValue ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ FillOpGenericAdaptorBase() [1/2]

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

◆ FillOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::FillOpGenericAdaptorBase::FillOpGenericAdaptorBase ( FillOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

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

◆ getOperandConstraintsAttr()

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

◆ getProperties()

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

◆ getValue()

mlir::ElementsAttr mlir::tt::ttir::detail::FillOpGenericAdaptorBase::getValue ( )

◆ getValueAttr()

::mlir::ElementsAttr mlir::tt::ttir::detail::FillOpGenericAdaptorBase::getValueAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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