pub unsafe extern "C" fn mlirAttributeParseGet(
context: MlirContext,
attr: MlirStringRef,
) -> MlirAttribute
Expand description
Parses an attribute. The attribute is owned by the context.
pub unsafe extern "C" fn mlirAttributeParseGet(
context: MlirContext,
attr: MlirStringRef,
) -> MlirAttribute
Parses an attribute. The attribute is owned by the context.