-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement convolution via indexing maps.
Reusing the dot emitter code, which is (almost) the same as the convolution code. Note that adding the tests uncovered an issue with convolution indexing analysis - it was using an incorrect divisor when `feature_group_count` attribute is used. PiperOrigin-RevId: 621769303
- Loading branch information
1 parent
55cdde9
commit ff468cb
Showing
4 changed files
with
371 additions
and
28 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
Oops, something went wrong.