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

Public Member Functions

void print (::mlir::AsmPrinter &odsPrinter) const
 
::llvm::ArrayRef< CoreRangeAttrgetCoreRanges () const
 

Static Public Member Functions

static CoreRangeSetAttr get (::mlir::MLIRContext *context, ::llvm::ArrayRef< CoreRangeAttr > core_ranges)
 
static CoreRangeSetAttr getChecked (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::mlir::MLIRContext *context, ::llvm::ArrayRef< CoreRangeAttr > core_ranges)
 
::llvm::LogicalResult verify (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::llvm::ArrayRef< CoreRangeAttr > core_ranges)
 
::llvm::LogicalResult verifyInvariants (::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, ::llvm::ArrayRef< CoreRangeAttr > core_ranges)
 
static constexpr ::llvm::StringLiteral getMnemonic ()
 
::mlir::Attribute parse (::mlir::AsmParser &odsParser, ::mlir::Type odsType)
 

Static Public Attributes

static constexpr ::llvm::StringLiteral name = "ttnn.core_range_set"
 
static constexpr ::llvm::StringLiteral dialectName = "ttnn"
 

Member Function Documentation

◆ get()

CoreRangeSetAttr mlir::tt::ttnn::CoreRangeSetAttr::get ( ::mlir::MLIRContext *  context,
::llvm::ArrayRef< CoreRangeAttr core_ranges 
)
static

◆ getChecked()

CoreRangeSetAttr mlir::tt::ttnn::CoreRangeSetAttr::getChecked ( ::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError,
::mlir::MLIRContext *  context,
::llvm::ArrayRef< CoreRangeAttr core_ranges 
)
static

◆ getCoreRanges()

llvm::ArrayRef< CoreRangeAttr > mlir::tt::ttnn::CoreRangeSetAttr::getCoreRanges ( ) const

◆ getMnemonic()

static constexpr ::llvm::StringLiteral mlir::tt::ttnn::CoreRangeSetAttr::getMnemonic ( )
inlinestatic

◆ parse()

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

◆ print()

void mlir::tt::ttnn::CoreRangeSetAttr::print ( ::mlir::AsmPrinter &  odsPrinter) const

◆ verify()

::llvm::LogicalResult mlir::tt::ttnn::CoreRangeSetAttr::verify ( ::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError,
::llvm::ArrayRef< CoreRangeAttr core_ranges 
)
static

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttnn::CoreRangeSetAttr::verifyInvariants ( ::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError,
::llvm::ArrayRef< CoreRangeAttr core_ranges 
)
static

Member Data Documentation

◆ dialectName

constexpr ::llvm::StringLiteral mlir::tt::ttnn::CoreRangeSetAttr::dialectName = "ttnn"
static

◆ name

constexpr ::llvm::StringLiteral mlir::tt::ttnn::CoreRangeSetAttr::name = "ttnn.core_range_set"
static

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