Commit Graph

3 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
77950f03e1 modules/py_ml: Optimize threshold using Helium.
The majority of the time spent processing the model is during
the max, threshold, and nonzero operation. Combing these togheter
in C using Helium provides a massive speedup for larger arrays.
2025-07-25 21:05:24 -07:00
Kwabena W. Agyeman
9958d8ee62 modules/py_image: Accelerate to_ndarray() with Helium. 2025-07-25 21:00:10 -07:00
iabdalkader
daf2bb30da misc: Restructure repo.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-13 08:28:34 +02:00