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

Public Types

using KeyTy = std::tuple< AffineMap >
 

Public Member Functions

 StreamLayoutAttrStorage (AffineMap affineMap)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

AffineMap affineMap
 

Member Typedef Documentation

◆ KeyTy

using mlir::tt::detail::StreamLayoutAttrStorage::KeyTy = std::tuple<AffineMap>

Constructor & Destructor Documentation

◆ StreamLayoutAttrStorage()

mlir::tt::detail::StreamLayoutAttrStorage::StreamLayoutAttrStorage ( AffineMap  affineMap)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ affineMap

AffineMap mlir::tt::detail::StreamLayoutAttrStorage::affineMap

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