Searched defs:DenseArrayBaseAttrStorage (Results 1 – 1 of 1) sorted by relevance
690 struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage { struct in mlir::detail691 using KeyTy = std::tuple<ShapedType, DenseArrayBaseAttr::EltType,693 DenseArrayBaseAttrStorage(ShapedType type, in DenseArrayBaseAttrStorage() function698 bool operator==(const KeyTy &tblgenKey) const { in operator ==()704 static ::llvm::hash_code hashKey(const KeyTy &tblgenKey) { in hashKey()710 construct(AttributeStorageAllocator &allocator, const KeyTy &tblgenKey) { in construct()724 DenseArrayBaseAttr::EltType eltType;