![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_dsp_quantize_f32_to_i16 | ( | const flt32_t * | p_input, |
| int16_t * | p_out, | ||
| uint16_t | num ) |
#include <include/nrf_edgeai/dsp/support/nrf_dsp_quantization.h>
Quantize the elements of the floating-point vector to INT16 vector.
| [in] | p_input | Points to the floating-point input vector |
| [out] | p_out | Points to the INT16 output vector |
| [in] | num | Number of samples in each vector |