-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ops(max_pool3d and max_pool3d_with_indices) | feat(atenlib) (#618)
1. Add max_pool3d and max_pool3d_with_indices ops. 2. Refactor the code so max_pool2d and max_pool3d could share the same helper function. And move them to nn.py file. 3. Refactor the code so max_pool2d_with_indices and max_pool3d_indices could share the same helper function. And move them to nn.py file. 4. Add tests. --------- Co-authored-by: Justin Chu <[email protected]>
- Loading branch information
1 parent
b132176
commit 5eafe2a
Showing
3 changed files
with
243 additions
and
147 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.