stm32-modelzoo-app / common /__init__.py
FBAGSTM's picture
STM32 AI Experimentation Hub
747451d
# /*---------------------------------------------------------------------------------------------
# * Copyright (c) 2022 STMicroelectronics.
# * All rights reserved.
# * This software is licensed under terms that can be found in the LICENSE file in
# * the root directory of this software component.
# * If no LICENSE file comes with this software, it is provided AS-IS.
# *--------------------------------------------------------------------------------------------*/
__all__ = [
"benchmarking",
"data_augmentation",
"deployment",
"evaluation",
"onnx_utils",
"optimization",
"quantization",
"stm_ai_runner",
"stm32ai_dc",
"stm32ai_local",
"training",
"utils",
"compression",
]