15#ifndef _NRF_DSP_SUPPORT_QUANTIZATION_H_
16#define _NRF_DSP_SUPPORT_QUANTIZATION_H_
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_i32(const flt32_t *p_input, int32_t *p_out, uint16_t num)
Quantize the elements of the floating-point vector to INT32 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.
float flt32_t
32-bit floating-point type definition.
Definition nrf_edgeai_ctypes.h:21