mlir_sys

Function mlirAttributeIsABool

Source
pub unsafe extern "C" fn mlirAttributeIsABool(
    attr: MlirAttribute,
) -> bool
Expand description

Checks whether the given attribute is a bool attribute.