|
STM32N6 NPU Deployment — Politecnico di Milano
1.0
Documentation for Neural Network Deployment on STM32N6 NPU - Politecnico di Milano 2024-2025
|
Model management utilities. More...
Go to the source code of this file.
Namespaces | |
| models_mgt | |
Functions | |
| def | models_mgt.ai_runner_invoke (image_processed, ai_runner_interpreter) |
| def | models_mgt._get_zoo_model (DictConfig cfg) |
| tuple | models_mgt.load_model_for_training (DictConfig cfg) |
Model management utilities.
Handles loading of TFLite, H5, and ONNX model files, input shape extraction, and model format detection.
Definition in file models_mgt.py.