mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
27 lines
877 B
C
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 |