Function mlir_sys::mlirBoolAttrGet
source · pub unsafe extern "C" fn mlirBoolAttrGet(
ctx: MlirContext,
value: c_int
) -> MlirAttributeExpand description
Creates a bool attribute in the given context with the given value.
pub unsafe extern "C" fn mlirBoolAttrGet(
ctx: MlirContext,
value: c_int
) -> MlirAttributeCreates a bool attribute in the given context with the given value.