/** ****************************************************************************** * @file ll_aton_profiler.h * @author SRA Artificial Intelligence & Embedded Architectures * @brief Header file of ATON LL low level lib module. ****************************************************************************** * @attention * * Copyright (c) 2024 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. * ****************************************************************************** */ #ifndef __LL_ATON_PROFILER_H #define __LL_ATON_PROFILER_H #include "ll_aton.h" #include "ll_aton_NN_interface.h" #include "ll_aton_lib.h" #include "ll_aton_lib_sw_operators.h" #endif