|
using | KeyTy = std::tuple< StringAttr, ::llvm::ArrayRef< int64_t > > |
|
|
StringAttr | name |
|
::llvm::ArrayRef< int64_t > | shape |
|
◆ KeyTy
◆ MeshAttrStorage()
mlir::tt::detail::MeshAttrStorage::MeshAttrStorage |
( |
StringAttr |
name, |
|
|
::llvm::ArrayRef< int64_t > |
shape |
|
) |
| |
|
inline |
◆ construct()
static MeshAttrStorage* mlir::tt::detail::MeshAttrStorage::construct |
( |
::mlir::AttributeStorageAllocator & |
allocator, |
|
|
KeyTy && |
tblgenKey |
|
) |
| |
|
inlinestatic |
◆ getAsKey()
KeyTy mlir::tt::detail::MeshAttrStorage::getAsKey |
( |
| ) |
const |
|
inline |
◆ hashKey()
::llvm::hash_code mlir::tt::detail::MeshAttrStorage::hashKey |
( |
const KeyTy & |
tblgenKey | ) |
|
|
inlinestatic |
◆ operator==()
bool mlir::tt::detail::MeshAttrStorage::operator== |
( |
const KeyTy & |
tblgenKey | ) |
const |
|
inline |
◆ name
StringAttr mlir::tt::detail::MeshAttrStorage::name |
◆ shape
::llvm::ArrayRef<int64_t> mlir::tt::detail::MeshAttrStorage::shape |
The documentation for this struct was generated from the following file: