mlir_sys

Function mlirArrayAttrGet

Source
pub unsafe extern "C" fn mlirArrayAttrGet(
    ctx: MlirContext,
    numElements: isize,
    elements: *const MlirAttribute,
) -> MlirAttribute
Expand description

Creates an array element containing the given list of elements in the given context.