Function mlir_sys::mlirDenseElementsAttrBoolGet
source · pub unsafe extern "C" fn mlirDenseElementsAttrBoolGet(
shapedType: MlirType,
numElements: isize,
elements: *const c_int
) -> MlirAttribute
Expand description
Creates a dense elements attribute with the given shaped type from elements of a specific type. Expects the element type of the shaped type to match the data element type.