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

Returns true if the candidate type is compatible with the given quantized type.