forked from pytorch/FBGEMM
-
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.
unified conv to call dw conv with 2 oc per g (pytorch#360)
Summary: Pull Request resolved: pytorch#360 Unified conv calls optimized depth-wise conv with 2 output channels per group. This diff also enables per-group quantization. Reviewed By: dskhudia Differential Revision: D20984689 fbshipit-source-id: 6b60afb6a6ae819e104ba59fa5e5fa1ea1429e65
- Loading branch information
1 parent
dfbb13f
commit 40f530d
Showing
7 changed files
with
298 additions
and
46 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
Oops, something went wrong.