![]() |
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 | |
| void | nrf_dsp_quantize_f32_to_i8 (const flt32_t *p_input, int8_t *p_out, uint16_t num) |
| Quantize the elements of the floating-point vector to INT8 vector. | |
| void | nrf_dsp_quantize_f32_to_i16 (const flt32_t *p_input, int16_t *p_out, uint16_t num) |
| Quantize the elements of the floating-point vector to INT16 vector. | |
| void | nrf_dsp_quantize_f32_to_i32 (const flt32_t *p_input, int32_t *p_out, uint16_t num) |
| Quantize the elements of the floating-point vector to INT32 vector. | |