pub unsafe extern "C" fn mlirIntegerAttrGet(
type_: MlirType,
value: i64,
) -> MlirAttribute
Expand description
Creates an integer attribute of the given type with the given integer value.
pub unsafe extern "C" fn mlirIntegerAttrGet(
type_: MlirType,
value: i64,
) -> MlirAttribute
Creates an integer attribute of the given type with the given integer value.