TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase:
mlir::tt::ttnn::RepeatInterleaveOpGenericAdaptor< RangeT > mlir::tt::ttnn::RepeatInterleaveOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 RepeatInterleaveOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptorBase (RepeatInterleaveOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getRepeatsAttr ()
 
uint32_t getRepeats ()
 
::mlir::IntegerAttr getDimAttr ()
 
int32_t getDim ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::std::optional<::mlir::tt::ttnn::MemoryConfigAttrgetMemoryConfig ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ RepeatInterleaveOpGenericAdaptorBase() [1/2]

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

◆ RepeatInterleaveOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::RepeatInterleaveOpGenericAdaptorBase ( RepeatInterleaveOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getAttributes ( )
inline

◆ getDim()

int32_t mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getDim ( )

◆ getDimAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getDimAttr ( )
inline

◆ getMemoryConfig()

std::optional<::mlir::tt::ttnn::MemoryConfigAttr > mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getMemoryConfig ( )

◆ getMemoryConfigAttr()

::mlir::tt::ttnn::MemoryConfigAttr mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getMemoryConfigAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

const Properties& mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getProperties ( )
inline

◆ getRepeats()

uint32_t mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getRepeats ( )

◆ getRepeatsAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::getRepeatsAttr ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttnn::detail::RepeatInterleaveOpGenericAdaptorBase::properties
protected

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