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

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