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

Public Types

using KeyTy = std::tuple<::mlir::tt::TensorMemoryLayout >
 

Public Member Functions

 TensorMemoryLayoutAttrStorage (::mlir::tt::TensorMemoryLayout value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::TensorMemoryLayout value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ TensorMemoryLayoutAttrStorage()

mlir::tt::detail::TensorMemoryLayoutAttrStorage::TensorMemoryLayoutAttrStorage ( ::mlir::tt::TensorMemoryLayout  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::TensorMemoryLayout mlir::tt::detail::TensorMemoryLayoutAttrStorage::value

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