![]() |
Edge AI Add-on API 2.2.0
|
#include <nrf_edgeai/rt/nrf_edgeai_input_types.h>Go to the source code of this file.
Functions | |
| nrf_edgeai_err_t | nrf_edgeai_input_init_no_window (nrf_edgeai_input_t *p_input_ctx) |
| Setup input context for models without windowing. | |
| nrf_edgeai_err_t | nrf_edgeai_input_init_discrete_window (nrf_edgeai_input_t *p_input_ctx) |
| Setup input context for discrete windowing. | |
| nrf_edgeai_err_t | nrf_edgeai_input_init_sliding_window (nrf_edgeai_input_t *p_input_ctx) |
| Setup input context for sliding windowing. | |