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

Classes

struct  Properties
 

Public Member Functions

 AllocOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AllocOpGenericAdaptorBase (AllocOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getAddressAttr ()
 
uint64_t getAddress ()
 
::mlir::IntegerAttr getSizeAttr ()
 
uint64_t getSize ()
 
::mlir::tt::MemorySpaceAttr getMemorySpaceAttr ()
 
::mlir::tt::MemorySpace getMemorySpace ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ AllocOpGenericAdaptorBase() [1/2]

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

◆ AllocOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::AllocOpGenericAdaptorBase ( AllocOp  op)

Member Function Documentation

◆ getAddress()

uint64_t mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getAddress ( )

◆ getAddressAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getAddressAttr ( )
inline

◆ getAttributes()

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

◆ getMemorySpace()

mlir::tt::MemorySpace mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getMemorySpace ( )

◆ getMemorySpaceAttr()

::mlir::tt::MemorySpaceAttr mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getMemorySpaceAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

◆ getSize()

uint64_t mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getSize ( )

◆ getSizeAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::AllocOpGenericAdaptorBase::getSizeAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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