Skip to content

Implement scale function on float

Denes Tarjan requested to merge feature-scale-float into main

What is done:

  • scale float function for NEON, with and without scale (only Add if scale is 1.0)
  • api test
  • benchmark
  • conformity test

What will be done in another MR:

  • (s)sve version
  • do a comparative benchmark with OpenCV on phone
Edited by Denes Tarjan

Merge request reports