Skip to content
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

[RELAY][DYN] Implementation of the dynamic pad operator #6284

Merged
merged 22 commits into from
Aug 20, 2020

Conversation

electriclilies
Copy link
Contributor

Implementation of the dynamic pad operator

@mbrookhart @zhiics please take a look and let me know if you have any suggestions

Also, clang-format changed a bunch of stuff in include/tvm/relay/attrs/nn.h -- what files are supposed to be formatted using clang-format?

Copy link
Contributor

@mbrookhart mbrookhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to have #6273 in it as well. Can you separate the upsampling work?

@electriclilies electriclilies marked this pull request as draft August 17, 2020 17:45
@electriclilies electriclilies marked this pull request as ready for review August 18, 2020 01:02
@electriclilies
Copy link
Contributor Author

@zhiics @icemelon9 @mbrookhart had a few bugs on this, but it's good to go now! Please let me know what you think. Thanks

Copy link
Contributor

@mbrookhart mbrookhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, LGTM, thanks!

@@ -1147,13 +1149,13 @@ def upsampling(data,

Parameters
----------
data : tvm.relay.Expr
data : tvm.relay.Expr or tuple<anytype> or list<anytype>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think data can be a tuple or list?

@tqchen tqchen merged commit f577aa6 into apache:master Aug 20, 2020
@tqchen
Copy link
Member

tqchen commented Aug 20, 2020

Thanks @mbrookhart @electriclilies !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants