Get TargetPlatformCapabilities for sdsp converter version

model_compression_toolkit.get_target_platform_capabilities_sdsp(sdsp_version=SDSP_V3_14)

Retrieves target platform capabilities model based on sdsp converter version.

Return type:

TargetPlatformCapabilities

Parameters:

sdsp_version (str) – Sdsp converter version.

Returns:

The TargetPlatformCapabilities object matching the sdsp converter version.

Note

For now, some fields of OpQuantizationConfig are ignored during the optimization process such as quantization_preserving, fixed_scale, and fixed_zero_point.

  • MCT will use more information from OpQuantizationConfig, in the future.