TT-MLIR
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
mlir::tt::MeshAttr Class Reference
Inheritance diagram for mlir::tt::MeshAttr:

Public Member Functions

void print (::mlir::AsmPrinter &odsPrinter) const
 
StringAttr getName () const
 
::llvm::ArrayRef< int64_t > getShape () const
 

Static Public Member Functions

static MeshAttr get (::mlir::MLIRContext *context, StringAttr name, ::llvm::ArrayRef< int64_t > shape)
 
static constexpr ::llvm::StringLiteral getMnemonic ()
 
::mlir::Attribute parse (::mlir::AsmParser &odsParser, ::mlir::Type odsType)
 

Static Public Attributes

static constexpr ::llvm::StringLiteral name = "tt.mesh"
 
static constexpr ::llvm::StringLiteral dialectName = "tt"
 

Member Function Documentation

◆ get()

MeshAttr mlir::tt::MeshAttr::get ( ::mlir::MLIRContext *  context,
StringAttr  name,
::llvm::ArrayRef< int64_t >  shape 
)
static

◆ getMnemonic()

static constexpr ::llvm::StringLiteral mlir::tt::MeshAttr::getMnemonic ( )
inlinestatic

◆ getName()

StringAttr mlir::tt::MeshAttr::getName ( ) const

◆ getShape()

llvm::ArrayRef< int64_t > mlir::tt::MeshAttr::getShape ( ) const

◆ parse()

mlir::Attribute mlir::tt::MeshAttr::parse ( ::mlir::AsmParser &  odsParser,
::mlir::Type  odsType 
)
static

◆ print()

void mlir::tt::MeshAttr::print ( ::mlir::AsmPrinter &  odsPrinter) const

Member Data Documentation

◆ dialectName

constexpr ::llvm::StringLiteral mlir::tt::MeshAttr::dialectName = "tt"
static

◆ name

constexpr ::llvm::StringLiteral mlir::tt::MeshAttr::name = "tt.mesh"
static

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