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