[TORCH] Implement avg_pool1d - #7694
Merged
Merged
Conversation
cgerum
force-pushed
the
f/torch_avgpool1d
branch
from
March 18, 2021 11:21
33fe25d to
2a46c15
Compare
Member
|
Thanks, can you unify the |
Contributor
Author
|
Thanks for the review, I hope this is what you had in mind. |
Member
|
Yes thanks, please fix the lint error |
Contributor
Author
|
Lint error should be fixed, should I squash the commits? |
Member
|
No, we do squash merge anyway when the PR is merged. |
Member
|
@cgerum Can you try kick CI again? You can rebase and push. |
Contributor
Author
|
Ah sorry, missed your last post. The branch has been rebased. |
cgerum
force-pushed
the
f/torch_avgpool1d
branch
from
March 22, 2021 15:57
9e71fbd to
2c2a843
Compare
masahi
approved these changes
Mar 23, 2021
Member
|
Thanks @cgerum |
mehrdadh
pushed a commit
to mehrdadh/tvm
that referenced
this pull request
Mar 23, 2021
* [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
mehrdadh
added a commit
to mehrdadh/tvm
that referenced
this pull request
Mar 23, 2021
This reverts commit 24bba8c.
mehrdadh
added a commit
to mehrdadh/tvm
that referenced
this pull request
Mar 23, 2021
This reverts commit 24bba8c.
trevor-m
pushed a commit
to trevor-m/tvm
that referenced
this pull request
May 6, 2021
* [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
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this pull request
May 11, 2021
* [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 file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request implements avgpool1d support for the relay torch frontend.