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.
pub unsafe extern "C" fn mlirArrayAttrGet(
ctx: MlirContext,
numElements: isize,
elements: *const MlirAttribute,
) -> MlirAttribute
Creates an array element containing the given list of elements in the given context.