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

Public Types

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

Public Member Functions

 FlattenedCompatInfoAttrStorage (int64_t batchSize, int64_t inputHeight, int64_t inputWidth)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

int64_t batchSize
 
int64_t inputHeight
 
int64_t inputWidth
 

Member Typedef Documentation

◆ KeyTy

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

Constructor & Destructor Documentation

◆ FlattenedCompatInfoAttrStorage()

mlir::tt::ttir::detail::FlattenedCompatInfoAttrStorage::FlattenedCompatInfoAttrStorage ( int64_t  batchSize,
int64_t  inputHeight,
int64_t  inputWidth 
)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

KeyTy mlir::tt::ttir::detail::FlattenedCompatInfoAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ batchSize

int64_t mlir::tt::ttir::detail::FlattenedCompatInfoAttrStorage::batchSize

◆ inputHeight

int64_t mlir::tt::ttir::detail::FlattenedCompatInfoAttrStorage::inputHeight

◆ inputWidth

int64_t mlir::tt::ttir::detail::FlattenedCompatInfoAttrStorage::inputWidth

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