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

Classes

struct  Properties
 

Public Member Functions

 ReshapeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ReshapeOpGenericAdaptorBase (ReshapeOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ArrayAttr getShapeAttr ()
 
::mlir::ArrayAttr getShape ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ ReshapeOpGenericAdaptorBase() [1/2]

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

◆ ReshapeOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::ReshapeOpGenericAdaptorBase::ReshapeOpGenericAdaptorBase ( ReshapeOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

◆ getShape()

mlir::ArrayAttr mlir::tt::ttnn::detail::ReshapeOpGenericAdaptorBase::getShape ( )

◆ getShapeAttr()

::mlir::ArrayAttr mlir::tt::ttnn::detail::ReshapeOpGenericAdaptorBase::getShapeAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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