Function mlir_sys::mlirOpaqueAttrGet
source · pub unsafe extern "C" fn mlirOpaqueAttrGet(
ctx: MlirContext,
dialectNamespace: MlirStringRef,
dataLength: isize,
data: *const c_char,
type_: MlirType
) -> MlirAttribute
Expand description
Creates an opaque attribute in the given context associated with the dialect identified by its namespace. The attribute contains opaque byte data of the specified length (data need not be null-terminated).