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 grouped convolution to arm_convolve_s8 (ARM-software#99)
- Adds support for calling arm_convolve_s8 with conditions input_dims->c = filter_dims->c * N, output_dims->c = N * M, for N > 1, M >= 1, to use grouped convolution with N groups of size M - Adds argument row_address_offset to arm_nn_mat_mult_nt_t_s8 - Adds arm_nn_mat_mult_kernel_row_offset_s8_s16 - Update arm_convolve_wrapper to use only arm_convolve_s8 for grouped convolutions - Adds unit tests for grouped convolution Change-Id: Iaa2701a8bb460f4470c41a0e1f82ea09ca095802
- Loading branch information
1 parent
3b4e406
commit ffeca90
Showing
59 changed files
with
1,447 additions
and
170 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
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.