|
MLIR 22.0.0git
|
An attribute representing a reference to a dense vector or tensor object. More...
#include "IR/AttributeDetail.h"
Public Member Functions | |
| DenseElementsAttributeStorage (ShapedType type, bool isSplat) | |
| Public Member Functions inherited from mlir::AttributeStorage | |
| const AbstractAttribute & | getAbstractAttribute () const |
| Return the abstract descriptor for this attribute. | |
Public Attributes | |
| ShapedType | type |
| bool | isSplat |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::AttributeStorage | |
| void | initializeAbstractAttribute (const AbstractAttribute &abstractAttr) |
| Set the abstract attribute for this storage instance. | |
| void | initialize (MLIRContext *context) |
| Default initialization for attribute storage classes that require no additional initialization. | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
An attribute representing a reference to a dense vector or tensor object.
Definition at line 44 of file AttributeDetail.h.
|
inline |
Definition at line 46 of file AttributeDetail.h.
Referenced by mlir::detail::DenseIntOrFPElementsAttrStorage::DenseIntOrFPElementsAttrStorage(), and mlir::detail::DenseStringElementsAttrStorage::DenseStringElementsAttrStorage().
| bool mlir::detail::DenseElementsAttributeStorage::isSplat |
Definition at line 50 of file AttributeDetail.h.
Referenced by DenseElementsAttributeStorage(), mlir::detail::DenseIntOrFPElementsAttrStorage::DenseIntOrFPElementsAttrStorage(), and mlir::detail::DenseStringElementsAttrStorage::DenseStringElementsAttrStorage().
| ShapedType mlir::detail::DenseElementsAttributeStorage::type |