Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

Functions

flt32_t nrf_dsp_skew_f32 (const flt32_t *p_input, uint16_t num, nrf_dsp_stat_ctx_f32_t *p_ctx)
 Calculate Skewness of values of a floating-point vector.
 
flt32_t nrf_dsp_skew_f32_s (const flt32_t *p_input, uint16_t num, size32_t stride, nrf_dsp_stat_ctx_f32_t *p_ctx)
 Calculate Skewness value of a floating-point vector ​​using values ​​in increments of 'stride'.
 
int16_t nrf_dsp_skew_i8 (const int8_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i8_t *p_ctx)
 Calculate Skewness of values of a INT8 vector.
 
int32_t nrf_dsp_skew_i16 (const int16_t *p_input, uint16_t num, nrf_dsp_stat_ctx_i16_t *p_ctx)
 Calculate Skewness of values of a INT16 vector.
 

Detailed Description