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] Dynamic upsampling relay op #6273

Merged
merged 18 commits into from
Aug 21, 2020

Conversation

electriclilies
Copy link
Contributor

@electriclilies electriclilies commented Aug 13, 2020

Implements the dynamic version of the upsampling op

@mbrookhart @zhiics please take a look!

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.

I'm confused about the layout function, but otherwise looks great.

src/relay/op/dyn/nn/upsampling.h Outdated Show resolved Hide resolved
@electriclilies electriclilies requested a review from zhiics August 18, 2020 21:09
@zhiics
Copy link
Member

zhiics commented Aug 20, 2020

@icemelon9 you want to take another look?

@zhiics zhiics merged commit 158e9be into apache:master Aug 21, 2020
@zhiics
Copy link
Member

zhiics commented Aug 21, 2020

Thanks @electriclilies @mbrookhart @icemelon9

trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
electriclilies added a commit to electriclilies/tvm that referenced this pull request Aug 26, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Sep 2, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Sep 3, 2020
* implementing upsampling op

* fix lint

* fix lint again

* add doc to upsampling shape func

* fix set attrs build problem

* fixing imports

* reverting data layout transform changes

* moved layout template to header file

* changing python module from nn.dyn to dyn.nn

* adding support for more layouts to upsampling

* fix lint

* fix upsampling doc

* change _nn.py doc

* failed flakey test

* fix build after merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants