Function mlir_sys::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.