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, StreamMode, uint32_t >
 

Public Member Functions

 StreamLayoutAttrStorage (AffineMap affineMap, StreamMode streamMode, uint32_t numBuffers)
 
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
 
StreamMode streamMode
 
uint32_t numBuffers
 

Member Typedef Documentation

◆ KeyTy

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

Constructor & Destructor Documentation

◆ StreamLayoutAttrStorage()

mlir::tt::detail::StreamLayoutAttrStorage::StreamLayoutAttrStorage ( AffineMap  affineMap,
StreamMode  streamMode,
uint32_t  numBuffers 
)
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

◆ numBuffers

uint32_t mlir::tt::detail::StreamLayoutAttrStorage::numBuffers

◆ streamMode

StreamMode mlir::tt::detail::StreamLayoutAttrStorage::streamMode

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