pub unsafe extern "C" fn mlirDenseElementsAttrGetBoolValue(
attr: MlirAttribute,
pos: isize,
) -> boolExpand description
Returns the pos-th value (flat contiguous indexing) of a specific type contained by the given dense elements attribute.
pub unsafe extern "C" fn mlirDenseElementsAttrGetBoolValue(
attr: MlirAttribute,
pos: isize,
) -> boolReturns the pos-th value (flat contiguous indexing) of a specific type contained by the given dense elements attribute.