#include <AttributeDetail.h>
◆ KeyTy()
mlir::detail::DenseElementsAttributeStorage::KeyTy::KeyTy |
( |
ShapedType |
type, |
|
|
ArrayRef< char > |
data, |
|
|
llvm::hash_code |
hashCode, |
|
|
bool |
isSplat = false |
|
) |
| |
|
inline |
◆ data
ArrayRef<char> mlir::detail::DenseElementsAttributeStorage::KeyTy::data |
The raw buffer for the data storage.
◆ hashCode
llvm::hash_code mlir::detail::DenseElementsAttributeStorage::KeyTy::hashCode |
The computed hash code for the storage data.
◆ isSplat
bool mlir::detail::DenseElementsAttributeStorage::KeyTy::isSplat |
A boolean that indicates if this data is a splat or not.
◆ type
ShapedType mlir::detail::DenseElementsAttributeStorage::KeyTy::type |
The type of the dense elements.
The documentation for this struct was generated from the following file: