-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dsp and mve support to transpose conv int8 (#103)
* Adds new support functions to read and pad 2 int8s * Adds new support functions to allow addition to read and pad * Adds dsp optimizations for arm_nn_mat_mult_nt_t_s8_s32 * Adds mve optimizations for arm_nn_mat_mult_nt_t_s8_s32 * Adds mve requantization to arm_transpose_conv_s8 * Adds new unit test Signed-off-by: Ryan O'Shea <ryan.oshea3@arm.com>
- Loading branch information
Showing
16 changed files
with
719 additions
and
42 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
Oops, something went wrong.