Home
last modified time | relevance | path

Searched defs:SparseElementsAttributeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h673 struct SparseElementsAttributeStorage : public AttributeStorage { struct
676 SparseElementsAttributeStorage(Type type, DenseIntElementsAttr indices, in SparseElementsAttributeStorage() argument
690 static SparseElementsAttributeStorage * argument
692 return new (allocator.allocate<SparseElementsAttributeStorage>()) in construct() argument
697 DenseIntElementsAttr indices;
698 DenseElementsAttr values;