![]() |
Edge AI Add-on API 2.2.0
|
#include <nrf_edgeai/dsp/nrf_dsp_types.h>Go to the source code of this file.
Functions | |
| flt32_t | nrf_dsp_range_f32 (const flt32_t *p_input, uint16_t num) |
| Finds the difference between the minimum and maximum value in the floating point vector. | |
| flt32_t | nrf_dsp_range_f32_s (const flt32_t *p_input, uint16_t num, size32_t stride) |
| Finds the difference between the minimum and maximum value in the floating point vector using values in increments of 'stride'. | |
| uint8_t | nrf_dsp_range_i8 (const int8_t *p_input, uint16_t num) |
| Finds the difference between the minimum and maximum value in the INT8 fixed-point vector. | |
| uint8_t | nrf_dsp_range_i8_s (const int8_t *p_input, uint16_t num, size32_t stride) |
| Finds the difference between the minimum and maximum value in the INT8 fixed-point vector using values in increments of 'stride'. | |
| uint16_t | nrf_dsp_range_i16 (const int16_t *p_input, uint16_t num) |
| Finds the difference between the minimum and maximum value in the INT16 fixed-point vector. | |
| uint16_t | nrf_dsp_range_i16_s (const int16_t *p_input, uint16_t num, size32_t stride) |
| Finds the difference between the minimum and maximum value in the INT16 fixed-point vector using values in increments of 'stride'. | |
| uint32_t | nrf_dsp_range_i32 (const int32_t *p_input, uint16_t num) |
| Finds the difference between the minimum and maximum value in the INT32 fixed-point vector. | |
| uint32_t | nrf_dsp_range_i32_s (const int32_t *p_input, uint16_t num, size32_t stride) |
| Finds the difference between the minimum and maximum value in the INT32 fixed-point vector using values in increments of 'stride'. | |