|
MLIR 23.0.0git
|
#include "IR/AttributeDetail.h"
Public Member Functions | |
| KeyTy (ShapedType type, ArrayRef< StringRef > data, llvm::hash_code hashCode) | |
Public Attributes | |
| ShapedType | type |
| The type of the dense elements. | |
| ArrayRef< StringRef > | data |
| The raw buffer for the data storage. | |
| llvm::hash_code | hashCode |
| The computed hash code for the storage data. | |
Definition at line 138 of file AttributeDetail.h.
|
inline |
Definition at line 139 of file AttributeDetail.h.
| ArrayRef<StringRef> mlir::detail::DenseStringElementsAttrStorage::KeyTy::data |
The raw buffer for the data storage.
Definition at line 146 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::construct(), KeyTy(), and mlir::detail::DenseStringElementsAttrStorage::operator==().
| llvm::hash_code mlir::detail::DenseStringElementsAttrStorage::KeyTy::hashCode |
The computed hash code for the storage data.
Definition at line 149 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::hashKey(), and KeyTy().
| ShapedType mlir::detail::DenseStringElementsAttrStorage::KeyTy::type |
The type of the dense elements.
Definition at line 143 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::construct(), mlir::detail::DenseStringElementsAttrStorage::hashKey(), KeyTy(), and mlir::detail::DenseStringElementsAttrStorage::operator==().