forked from ARM-software/CMSIS-NN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing MVE support for int16 convolution (ARM-software#124)
- Removes arm_convolve_s16 - Updates arm_nn_mat_mul_kernel_s16.c to be used by scalar and DSP - Adds arm_nn_mat_mult_nt_t_s16.c with MVE support - Refactors and renames arm_convolve_fast_s16 to arm_convolve_s16 so that all variants use the previously named fast s16 version. - Updates unit tests to increase test coverage for convolution s16 - Keras based unit test uses null bias as opposed to array with zeroes - Correct PDSC file BUGS=ARM-software#101 ARM-software#119
- Loading branch information
Showing
52 changed files
with
3,109 additions
and
1,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.