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.