-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TORCH] Implement avg_pool1d #7694
Conversation
33fe25d
to
2a46c15
Compare
Thanks, can you unify the |
Thanks for the review, I hope this is what you had in mind. |
Yes thanks, please fix the lint error |
Lint error should be fixed, should I squash the commits? |
No, we do squash merge anyway when the PR is merged. |
@cgerum Can you try kick CI again? You can rebase and push. |
Ah sorry, missed your last post. The branch has been rebased. |
9e71fbd
to
2c2a843
Compare
Thanks @cgerum |
* [TORCH] Implement avg_pool1d * [TORCH] Unify creation of avg_pooling operations * [TORCH] Add tests for avg pooling with padding * [TORCH] Make format checks happy with unified avg_pool
This reverts commit 24bba8c.
This reverts commit 24bba8c.
* [TORCH] Implement avg_pool1d * [TORCH] Unify creation of avg_pooling operations * [TORCH] Add tests for avg pooling with padding * [TORCH] Make format checks happy with unified avg_pool
* [TORCH] Implement avg_pool1d * [TORCH] Unify creation of avg_pooling operations * [TORCH] Add tests for avg pooling with padding * [TORCH] Make format checks happy with unified avg_pool
This pull request implements avgpool1d support for the relay torch frontend.