Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h673 struct SparseElementsAttributeStorage : public AttributeStorage { struct
676 SparseElementsAttributeStorage(Type type, DenseIntElementsAttr indices, in SparseElementsAttributeStorage() function
690 static SparseElementsAttributeStorage * argument
692 return new (allocator.allocate<SparseElementsAttributeStorage>()) in construct() argument
693 SparseElementsAttributeStorage(std::get<0>(key), std::get<1>(key), in construct()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h41 struct SparseElementsAttributeStorage;
1221 detail::SparseElementsAttributeStorage> {