Searched refs:DenseArrayBaseAttrStorage (Results 1 – 1 of 1) sorted by relevance
690 struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage { struct in mlir::detail693 DenseArrayBaseAttrStorage(ShapedType type, in DenseArrayBaseAttrStorage() function709 static DenseArrayBaseAttrStorage *720 return new (allocator.allocate<DenseArrayBaseAttrStorage>()) in construct()721 DenseArrayBaseAttrStorage(type, eltType, elements); in construct()