openmv/lib/stai/libstai/include/ll_aton_profiler.h
iabdalkader e95a19c963 lib: Add STAI library and ML backend.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-10 11:53:31 +02:00

27 lines
877 B
C

/**
******************************************************************************
* @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