]> begriffs open source - cmsis/commit
Add DSP support for fully connected int16
authorOscar Andersson <oscar.andersson@arm.com>
Mon, 9 Aug 2021 12:33:22 +0000 (14:33 +0200)
committerfelix-johnny <48442848+felix-johnny@users.noreply.github.com>
Tue, 24 Aug 2021 10:00:44 +0000 (12:00 +0200)
commit426b743b45b56ccb085298149fe7d8062b0c5e46
treef1484768332db16528c17d8ac4f798292400260d
parent350e0340c787860a9afba7763673567b15278c81
Add DSP support for fully connected int16

Authors: Sebastian-Larsson, oscarandersson8218 (GitHub)

Adding DSP implementation for fully connected int16 as well a unit
test.

Also replacing SXTB(__ROR()) by __SXTB16_RORn in read_and_pad, since it
is used by this and it is faster for GCC.

Change-Id: I4a40a3f9137435e822957c6c8f971e65c1bf9706
ARM.CMSIS.pdsc