Function mlir_sys::mlirDictionaryAttrGetElementByName
source · pub unsafe extern "C" fn mlirDictionaryAttrGetElementByName(
attr: MlirAttribute,
name: MlirStringRef
) -> MlirAttribute
Expand description
Returns the dictionary attribute element with the given name or NULL if the given name does not exist in the dictionary.