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.
Align kernel_sum/ effective_bias useage
Use kernel_sum[i] = SUM_j(kernel[i][j]*input_offset + input_offset*filter_offset) + bias[i] for all occurences of kernel_sums in int8 operators, mirroring the behavour of effective_bias in the LSTM operator. This avoids one extra read/write per output. Change-Id: If31c3122b7b6bfaa8a1632436d31d20937d6c13d
- Loading branch information
1 parent
95f293d
commit f2cb41c
Showing
11 changed files
with
159 additions
and
154 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.