Skip to content

v7.22.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:29
60e75a9

7.22.0 (2026-03-24)

Features

  • Add int8 SQRT kernel. (2aa4bc5)
  • Add int8/int16 Squared Difference (fa6ba21)
  • Add MVE path to squared difference, add int16 tests (75e7d06)
  • Update ARM.CMSIS-NN.pdsc with squared_differnece (f69896a)
  • Vectorize arm_sqrt_s8.c and place LUT into TCM (6d38e45)

Bug Fixes

  • Default RefactoredTestGen to legacy Keras and fall back to modern Keras only when tf_keras is unavailable (9344acf)
  • Scope Keras/Tensorflow upgrade requirements to SQRT test generation only by restoring baseline UnitTest deps and reverting non-SQRT generators to tf_keras (010a198)