| # /*--------------------------------------------------------------------------------------------- | |
| # * 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. | |
| # *--------------------------------------------------------------------------------------------*/ | |
| from .parse_config import parse_dataset_section, parse_preprocessing_section, parse_data_augmentation_section, \ | |
| get_config | |
| from .models_mgt import ai_runner_invoke, get_loss, change_model_number_of_classes, change_model_input_shape | |
| from .gen_h_file import gen_h_user_file_h7, gen_h_user_file_n6 | |