|
MLIR 22.0.0git
|
#include "IR/AttributeDetail.h"
Public Member Functions | |
| KeyTy (ShapedType type, ArrayRef< StringRef > data, llvm::hash_code hashCode, bool isSplat=false) | |
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. | |
| bool | isSplat |
| A boolean that indicates if this data is a splat or not. | |
Definition at line 208 of file AttributeDetail.h.
| ArrayRef<StringRef> mlir::detail::DenseStringElementsAttrStorage::KeyTy::data |
The raw buffer for the data storage.
Definition at line 217 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 220 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::hashKey(), and KeyTy().
| bool mlir::detail::DenseStringElementsAttrStorage::KeyTy::isSplat |
A boolean that indicates if this data is a splat or not.
Definition at line 223 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::construct(), and KeyTy().
| ShapedType mlir::detail::DenseStringElementsAttrStorage::KeyTy::type |
The type of the dense elements.
Definition at line 214 of file AttributeDetail.h.
Referenced by mlir::detail::DenseStringElementsAttrStorage::construct(), mlir::detail::DenseStringElementsAttrStorage::hashKey(), KeyTy(), and mlir::detail::DenseStringElementsAttrStorage::operator==().