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

Public Member Functions

void print (::mlir::AsmPrinter &odsPrinter) const
 
::mlir::tt::TensorMemoryLayout getValue () const
 

Static Public Member Functions

static TensorMemoryLayoutAttr get (::mlir::MLIRContext *context, ::mlir::tt::TensorMemoryLayout value)
 
static constexpr ::llvm::StringLiteral getMnemonic ()
 
::mlir::Attribute parse (::mlir::AsmParser &odsParser, ::mlir::Type odsType)
 

Static Public Attributes

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

Member Function Documentation

◆ get()

TensorMemoryLayoutAttr mlir::tt::TensorMemoryLayoutAttr::get ( ::mlir::MLIRContext *  context,
::mlir::tt::TensorMemoryLayout  value 
)
static

◆ getMnemonic()

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

◆ getValue()

mlir::tt::TensorMemoryLayout mlir::tt::TensorMemoryLayoutAttr::getValue ( ) const

◆ parse()

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

◆ print()

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

Member Data Documentation

◆ dialectName

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

◆ name

constexpr ::llvm::StringLiteral mlir::tt::TensorMemoryLayoutAttr::name = "tt.tensor_memory_layout"
static

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