pub unsafe extern "C" fn mlirDenseElementsAttrGet(
    shapedType: MlirType,
    numElements: isize,
    elements: *const MlirAttribute
) -> MlirAttribute
Expand description

Creates a dense elements attribute with the given Shaped type and elements in the same context as the type.