SDAA185 February 2026
The Generic wrappers (GenericTinyMLQATFxModule and GenericTinyMLPTQFxModule) target CPU-based execution and utilize PyTorch's native quantization APIs:
from tinyml_torchmodelopt.quantization import GenericTinyMLQATFxModule
# or
from tinyml_torchmodelopt.quantization import GenericTinyMLPTQFxModuleCode 3: Generic Quantization APIs
These wrappers are good for:
The Generic wrappers utilize standard PyTorch quantization APIs but simplify the application through a consistent interface that requires minimal code changes to existing models.