-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize performance by using inline MatrixDotVectorInternal
This improves performace for the "best" models because it avoids function calls. The compiler also knows the passed values for the parameters add_bias_fwd and skip_bias_back. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
33 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