pub unsafe extern "C" fn mlirFloatAttrGetValueDouble(
attr: MlirAttribute,
) -> f64
Expand description
Returns the value stored in the given floating point attribute, interpreting the value as double.
pub unsafe extern "C" fn mlirFloatAttrGetValueDouble(
attr: MlirAttribute,
) -> f64
Returns the value stored in the given floating point attribute, interpreting the value as double.