![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_dsp_min_max_i8 | ( | const int8_t * | p_input, |
| uint16_t | num, | ||
| int8_t * | p_min, | ||
| int8_t * | p_max ) |
#include <include/nrf_edgeai/dsp/statistic/nrf_dsp_min_max.h>
Finds Maximum and Minimum value of INT8 fixed-point vector.
| [in] | p_input | Pointer to the input vector |
| [in] | num | Number of samples in input vector |
| [out] | p_min | Pointer to store Minimum value in the vector |
| [out] | p_max | Pointer to store Maximum value in the vector |