Skip to main content

Module support

Module support 

Source
Expand description

Support functions (copy, fill, format conversions q7/q15/q31/f32, sort, barycenter, weighted sum).

Functionsยง

barycenter_f32
Compute barycenter of points weighted by given weights.
copy_f32
copy_q7
copy_q15
copy_q31
f32_to_q7
f32_to_q15
f32_to_q31
fill_f32
fill_q7
fill_q15
fill_q31
q7_to_f32
q7_to_q15
q7_to_q31
q15_to_f32
q15_to_q7
q15_to_q31
q31_to_f32
q31_to_q7
q31_to_q15
sort_f32
Insertion sort for f32 (ascending or descending order).
weighted_sum_f32
Compute weighted sum of values.