]> begriffs open source - cmsis/commit
CMSIS-NN: Add dilation support for conv (#1377)
authorMåns Nilsson <mans.nilsson@arm.com>
Sat, 18 Dec 2021 13:36:24 +0000 (14:36 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Dec 2021 13:36:24 +0000 (15:36 +0200)
commitf075523456b8a608895c7ac9326a008a4cb72e52
tree243672f88ad97761451bfcc55269be4378433f70
parent73107a897afcb097cd6d7d35c1426b840785e1ba
CMSIS-NN: Add dilation support for conv (#1377)

* Adds dilation support for convolution implementation.
* Adds corresponding unit tests for dilation.
* Fixes generate script bug that it was always regenerating
   data.
* DSP and scalar implementation are partly combined so scalar
   implementation now also uses im2col buffer.

Change-Id: If6c57594b5122827597529ab628586135ec975fe
Co-authored-by: Patrik Laurell
ARM.CMSIS.pdsc