mlir_sys

Function mlirQuantizedTypeCastToExpressedType

Source
pub unsafe extern "C" fn mlirQuantizedTypeCastToExpressedType(
    type_: MlirType,
) -> MlirType
Expand description

Casts from a type based on a quantized type to a corresponding typed based on the expressed type. Returns a null type if the cast is not valid.