]> begriffs open source - cmsis/commit
CMSIS-NN: Optimized convolution for 16x8 data type
authorOscar Andersson <oscar.andersson@arm.com>
Mon, 2 Aug 2021 14:19:24 +0000 (16:19 +0200)
committerfelix-johnny <48442848+felix-johnny@users.noreply.github.com>
Fri, 13 Aug 2021 12:07:23 +0000 (13:07 +0100)
commitb02fcae1e92ea4c911e9703cc57d502a0cdacb8a
treed1c08e16bc17db9b598da514d9a7bb3041ee9e8e
parent41fe21e146fd4ba4419094d06c261d06ce9095f6
CMSIS-NN: Optimized convolution for 16x8 data type

Authors: Sebastian-Larsson, oscarandersson8218 (GitHub)

1. Optimized function is added for input data type of int16
and filter data type of int8. The main constraint is
that the kernel volume is < 512.

2. Unit tests are added as well.

Change-Id: I9f0f3067a275c8bf5f9263ebe76cd9a1033c7793
ARM.CMSIS.pdsc