-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use code detection to check bwd method override. (#57)
Summary: We can use a smarter way to detect whether an operator has implemented backward. This can help speedup the unit test. Pull Request resolved: #57 Reviewed By: adamomainz Differential Revision: D66212702 Pulled By: xuzhao9 fbshipit-source-id: 9cbb806d546f151eddceafe5dad0d3d7f05b6cb6
- Loading branch information
1 parent
b151b84
commit 6091289
Showing
3 changed files
with
15 additions
and
15 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