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

Classes

struct  Properties
 

Public Member Functions

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

Protected Attributes

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

Constructor & Destructor Documentation

◆ ConstantOpGenericAdaptorBase() [1/2]

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

◆ ConstantOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::ConstantOpGenericAdaptorBase::ConstantOpGenericAdaptorBase ( ConstantOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

◆ getValue()

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

◆ getValueAttr()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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