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][Frontend] Add ops in mxnet converter #2844

Merged
merged 2 commits into from
Mar 20, 2019
Merged

Conversation

icemelon
Copy link
Member

Add the following ops in MxNet converter

  • full
  • squeeze
  • broadcast_axis
  • Embedding
  • floor, ceil

@icemelon icemelon requested a review from Laurawly March 18, 2019 23:49

def _mx_broadcast_axis(inputs, attrs):
assert len(inputs) == 1
axis = attrs.get_int_tuple("axis", [])
Copy link
Contributor

Choose a reason for hiding this comment

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

Could axis be negative here?

Copy link
Contributor

Choose a reason for hiding this comment

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

NVM, axis should have only non-negative values.

@Laurawly Laurawly merged commit 89acfeb into apache:master Mar 20, 2019
@Laurawly
Copy link
Contributor

Thanks @icemelon9

@icemelon icemelon deleted the mxops branch March 20, 2019 17:11
Laurawly pushed a commit to Laurawly/tvm-1 that referenced this pull request Mar 22, 2019
* Add ops in mxnet converter

* trigger ci
wweic pushed a commit to wweic/tvm that referenced this pull request Mar 24, 2019
* Add ops in mxnet converter

* trigger ci
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 24, 2019
* Add ops in mxnet converter

* trigger ci
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.

2 participants