1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 13:53:03 +04:00
Files
opencv/modules/ml/src
Tonu Samuel a015333f04 ml: SIMD for SVM kernel reductions
SVM::predict is dominated by the per-feature kernel reduction over the
support vectors. Vectorize the four reduction kernels in svm.cpp with
universal intrinsics (two independent accumulators + scalar tail):
calc_non_rbf_base (dot product), calc_rbf (squared distance),
calc_intersec (min-sum) and calc_chi2. Same approach as the KNN
findNearest reduction in #29380. Adds modules/ml/perf/perf_svm.cpp
covering the RBF/POLY/INTER/CHI2 kernels.
2026-06-28 18:09:05 +03:00
..
2026-01-04 15:12:59 +01:00
2024-03-05 12:15:39 +03:00
2025-09-25 13:31:30 +02:00
2024-03-05 12:15:39 +03:00
2024-03-05 12:15:39 +03:00
2025-09-25 13:31:30 +02:00
2026-06-28 18:09:05 +03:00
2024-03-05 12:15:39 +03:00
2024-03-05 12:15:39 +03:00
2024-03-05 12:15:39 +03:00