forked from apache/tvm
-
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.
[Conv2DTransposed] Fix wrong shape check and add new TOPI module to s…
…upport groups (apache#9465) * f wrong type check in conv2d_transpose * add test case for conv2d transpose * add groups support for conv2d_transpose * add naive implementation and schedule for conv2d with groups * enable tests for cpu and arm_cpu, raise error for cuda platform * revert the cuda and generic strategy * revert back the x86 strategy * revert back the arm_cpu strategy * revert back the arm_cpu strategy * revert back the arm_cpu strategy * fix EOF of x86 * clang lint updated c++ code * update topi implementation * Revert test * Revert test * add generic/x86/arm specialization for conv2d_transpose with groups > 1 * remove commentted codes * fix lint * fix lint * fix c++ lint * fix lint * fix python lint * remove comments and reformat * lint file * lint code * fix lint * update logging information in convolution.h Co-authored-by: Alicja Kwasniewska <alicja.kwasniewska@sima.ai>
- Loading branch information
Showing
8 changed files
with
385 additions
and
24 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
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.