TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase:
mlir::tt::ttnn::EmptyOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT > mlir::tt::ttnn::EmptyOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 EmptyOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 EmptyOpGenericAdaptorBase (EmptyOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::ttnn::ShapeAttr getShapeAttr ()
 
::mlir::tt::ttnn::ShapeAttr getShape ()
 
::mlir::tt::DataTypeAttr getDtypeAttr ()
 
::std::optional<::mlir::tt::DataTypegetDtype ()
 
::mlir::tt::ttnn::LayoutAttr getLayoutAttr ()
 
::std::optional<::mlir::tt::ttnn::LayoutgetLayout ()
 
::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

◆ EmptyOpGenericAdaptorBase() [1/2]

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

◆ EmptyOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::EmptyOpGenericAdaptorBase ( EmptyOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDtype()

std::optional<::mlir::tt::DataType > mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getDtype ( )

◆ getDtypeAttr()

::mlir::tt::DataTypeAttr mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getDtypeAttr ( )
inline

◆ getLayout()

std::optional<::mlir::tt::ttnn::Layout > mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getLayout ( )

◆ getLayoutAttr()

::mlir::tt::ttnn::LayoutAttr mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getLayoutAttr ( )
inline

◆ getMemoryConfig()

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

◆ getMemoryConfigAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

◆ getShape()

mlir::tt::ttnn::ShapeAttr mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getShape ( )

◆ getShapeAttr()

::mlir::tt::ttnn::ShapeAttr mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase::getShapeAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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