Release v1.2.0
What's Changed
- MCT Quantizers now officially supports tensorflow version 2.12.
- Replaced
quantizer_type
property withidentity
property in@mark_quantizer
.- New unique identifier
QuantizerID.INFERABLE
for inferable quantizers. - This allows retrieving inferable quantizers via
get_inferable_quantizer_class
API without conflicting with other quantizers that my be defined in an external (user) environment.
- New unique identifier
- All dependencies in the tensorflow-model-optimization package have been removed.
Contributors
New Contributors
- @Chizkiyahu made their first contribution in #34
Full Changelog: v1.1.0...v1.2.0