pub unsafe extern "C" fn mlirDenseBoolArrayGet(
ctx: MlirContext,
size: isize,
values: *const c_int,
) -> MlirAttributeExpand description
Create a dense array attribute with the given elements.
pub unsafe extern "C" fn mlirDenseBoolArrayGet(
ctx: MlirContext,
size: isize,
values: *const c_int,
) -> MlirAttributeCreate a dense array attribute with the given elements.