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

Public Member Functions

void print (::mlir::AsmPrinter &odsPrinter) const
 
int64_t getBatchSize () const
 
int64_t getInputHeight () const
 
int64_t getInputWidth () const
 

Static Public Member Functions

static FlattenedCompatInfoAttr get (::mlir::MLIRContext *context, int64_t batchSize, int64_t inputHeight, int64_t inputWidth)
 
static constexpr ::llvm::StringLiteral getMnemonic ()
 
::mlir::Attribute parse (::mlir::AsmParser &odsParser, ::mlir::Type odsType)
 

Static Public Attributes

static constexpr ::llvm::StringLiteral name = "ttir.flattened_compat"
 
static constexpr ::llvm::StringLiteral dialectName = "ttir"
 

Member Function Documentation

◆ get()

FlattenedCompatInfoAttr mlir::tt::ttir::FlattenedCompatInfoAttr::get ( ::mlir::MLIRContext *  context,
int64_t  batchSize,
int64_t  inputHeight,
int64_t  inputWidth 
)
static

◆ getBatchSize()

int64_t mlir::tt::ttir::FlattenedCompatInfoAttr::getBatchSize ( ) const

◆ getInputHeight()

int64_t mlir::tt::ttir::FlattenedCompatInfoAttr::getInputHeight ( ) const

◆ getInputWidth()

int64_t mlir::tt::ttir::FlattenedCompatInfoAttr::getInputWidth ( ) const

◆ getMnemonic()

static constexpr ::llvm::StringLiteral mlir::tt::ttir::FlattenedCompatInfoAttr::getMnemonic ( )
inlinestatic

◆ parse()

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

◆ print()

void mlir::tt::ttir::FlattenedCompatInfoAttr::print ( ::mlir::AsmPrinter &  odsPrinter) const

Member Data Documentation

◆ dialectName

constexpr ::llvm::StringLiteral mlir::tt::ttir::FlattenedCompatInfoAttr::dialectName = "ttir"
static

◆ name

constexpr ::llvm::StringLiteral mlir::tt::ttir::FlattenedCompatInfoAttr::name = "ttir.flattened_compat"
static

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