Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
nrf_nn_platform.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6#ifndef _NRF_NN_PLATFORM_H_
7#define _NRF_NN_PLATFORM_H_
8
10
13
14#include <math.h>
15
16#define __NRF_NN_STATIC_INLINE __NRF_EDGEAI_STATIC_INLINE
17#define __NRF_NN_WEAK __NRF_EDGEAI_WEAK
18#define __NRF_NN_ALIGN __NRF_EDGEAI_ALIGN
19#define __NRF_NN_ALIGNED __NRF_EDGEAI_ALIGNED
20#define __NRF_NN_PACKED __NRF_EDGEAI_PACKED
21#define __NRF_NN_STATIC_FORCEINLINE __NRF_EDGEAI_STATIC_FORCEINLINE
22
23#define NRF_NN_UNUSED NRF_EDGEAI_UNUSED
24#define NRF_NN_VOID_VALUE NRF_EDGEAI_VOID_VALUE
25
26#endif /* _NRF_NN_PLATFORM_H_ */