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

Public Types

using KeyTy = std::tuple<::mlir::tt::ttkernel::ReduceDim >
 

Public Member Functions

 ReduceDimAttrStorage (::mlir::tt::ttkernel::ReduceDim value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::ttkernel::ReduceDim value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ ReduceDimAttrStorage()

mlir::tt::ttkernel::detail::ReduceDimAttrStorage::ReduceDimAttrStorage ( ::mlir::tt::ttkernel::ReduceDim  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

KeyTy mlir::tt::ttkernel::detail::ReduceDimAttrStorage::getAsKey ( ) const
inline

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::ttkernel::ReduceDim mlir::tt::ttkernel::detail::ReduceDimAttrStorage::value

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