qualia_core.deployment.stm32cubeai.STM32CubeAI module

class qualia_core.deployment.stm32cubeai.STM32CubeAI.STM32CubeAI(projectname: str, projectdir: Path, outdir: Path | None = None)[source]

Bases: STM32CubeIDE

evaluator

alias of STM32CubeAI

prepare(tag: str, model: Converter[Any], optimize: str, compression: int) Self | None[source]