TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase:
mlir::tt::ttmetal::DispatchOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttmetal::DispatchOpGenericAdaptor< RangeT > mlir::tt::ttmetal::DispatchOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 DispatchOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptorBase (DispatchOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ArrayAttr getCoreRangesAttr ()
 
::mlir::ArrayAttr getCoreRanges ()
 
::mlir::ArrayAttr getKernelConfigsAttr ()
 
::mlir::ArrayAttr getKernelConfigs ()
 
::mlir::RegionRange getRegions ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ DispatchOpGenericAdaptorBase() [1/2]

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

◆ DispatchOpGenericAdaptorBase() [2/2]

mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::DispatchOpGenericAdaptorBase ( DispatchOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getAttributes ( )
inline

◆ getCoreRanges()

mlir::ArrayAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getCoreRanges ( )

◆ getCoreRangesAttr()

::mlir::ArrayAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getCoreRangesAttr ( )
inline

◆ getKernelConfigs()

mlir::ArrayAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getKernelConfigs ( )

◆ getKernelConfigsAttr()

::mlir::ArrayAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getKernelConfigsAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)

◆ getProperties()

const Properties& mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getProperties ( )
inline

◆ getRegions()

::mlir::RegionRange mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::getRegions ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase::properties
protected

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