TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::tt::detail::TileSizeAttrStorage Struct Reference
Inheritance diagram for mlir::tt::detail::TileSizeAttrStorage:

Public Types

using KeyTy = std::tuple< int64_t, int64_t >
 

Public Member Functions

 TileSizeAttrStorage (int64_t y, int64_t x)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

::llvm::hash_code hashKey (const KeyTy &tblgenKey)
 
static TileSizeAttrStorageconstruct (::mlir::AttributeStorageAllocator &allocator, KeyTy &&tblgenKey)
 

Public Attributes

int64_t y
 
int64_t x
 

Member Typedef Documentation

◆ KeyTy

using mlir::tt::detail::TileSizeAttrStorage::KeyTy = std::tuple<int64_t, int64_t>

Constructor & Destructor Documentation

◆ TileSizeAttrStorage()

mlir::tt::detail::TileSizeAttrStorage::TileSizeAttrStorage ( int64_t  y,
int64_t  x 
)
inline

Member Function Documentation

◆ construct()

static TileSizeAttrStorage* mlir::tt::detail::TileSizeAttrStorage::construct ( ::mlir::AttributeStorageAllocator &  allocator,
KeyTy &&  tblgenKey 
)
inlinestatic

◆ getAsKey()

KeyTy mlir::tt::detail::TileSizeAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

::llvm::hash_code mlir::tt::detail::TileSizeAttrStorage::hashKey ( const KeyTy tblgenKey)
inlinestatic

◆ operator==()

bool mlir::tt::detail::TileSizeAttrStorage::operator== ( const KeyTy tblgenKey) const
inline

Member Data Documentation

◆ x

int64_t mlir::tt::detail::TileSizeAttrStorage::x

◆ y

int64_t mlir::tt::detail::TileSizeAttrStorage::y

The documentation for this struct was generated from the following file: