|
MLIR
22.0.0git
|
#include "IR/AttributeDetail.h"
Public Member Functions | |
| KeyTy (ShapedType type, ArrayRef< char > data, llvm::hash_code hashCode, bool isSplat=false) | |
Public Attributes | |
| ShapedType | type |
| The type of the dense elements. More... | |
| ArrayRef< char > | data |
| The raw buffer for the data storage. More... | |
| llvm::hash_code | hashCode |
| The computed hash code for the storage data. More... | |
| bool | isSplat |
| A boolean that indicates if this data is a splat or not. More... | |
Definition at line 59 of file AttributeDetail.h.
|
inline |
Definition at line 60 of file AttributeDetail.h.
| ArrayRef<char> mlir::detail::DenseIntOrFPElementsAttrStorage::KeyTy::data |
The raw buffer for the data storage.
Definition at line 68 of file AttributeDetail.h.
Referenced by mlir::detail::DenseIntOrFPElementsAttrStorage::construct(), and mlir::detail::DenseIntOrFPElementsAttrStorage::operator==().
| llvm::hash_code mlir::detail::DenseIntOrFPElementsAttrStorage::KeyTy::hashCode |
The computed hash code for the storage data.
Definition at line 71 of file AttributeDetail.h.
Referenced by mlir::detail::DenseIntOrFPElementsAttrStorage::hashKey().
| bool mlir::detail::DenseIntOrFPElementsAttrStorage::KeyTy::isSplat |
A boolean that indicates if this data is a splat or not.
Definition at line 74 of file AttributeDetail.h.
Referenced by mlir::detail::DenseIntOrFPElementsAttrStorage::construct().
| ShapedType mlir::detail::DenseIntOrFPElementsAttrStorage::KeyTy::type |
The type of the dense elements.
Definition at line 65 of file AttributeDetail.h.
Referenced by mlir::detail::DenseIntOrFPElementsAttrStorage::construct(), mlir::detail::DenseIntOrFPElementsAttrStorage::hashKey(), and mlir::detail::DenseIntOrFPElementsAttrStorage::operator==().