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

Public Types

using KeyTy = std::tuple<::mlir::tt::ttir::PoolingMethod >
 

Public Member Functions

 PoolingMethodAttrStorage (::mlir::tt::ttir::PoolingMethod value)
 
KeyTy getAsKey () const
 
bool operator== (const KeyTy &tblgenKey) const
 

Static Public Member Functions

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

Public Attributes

::mlir::tt::ttir::PoolingMethod value
 

Member Typedef Documentation

◆ KeyTy

Constructor & Destructor Documentation

◆ PoolingMethodAttrStorage()

mlir::tt::ttir::detail::PoolingMethodAttrStorage::PoolingMethodAttrStorage ( ::mlir::tt::ttir::PoolingMethod  value)
inline

Member Function Documentation

◆ construct()

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

◆ getAsKey()

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

◆ hashKey()

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

◆ operator==()

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

Member Data Documentation

◆ value

::mlir::tt::ttir::PoolingMethod mlir::tt::ttir::detail::PoolingMethodAttrStorage::value

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