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

[Frontend][MXNet] Add MXNet frontend converter for slice operator #2662

Merged
merged 1 commit into from
Feb 27, 2019

Conversation

haojin2
Copy link
Contributor

@haojin2 haojin2 commented Feb 22, 2019

...for both NNVM and Relay. Corresponding tests and error messages for un-supported case added. @icemelon9 @yzhliu

@haojin2 haojin2 force-pushed the slice_converter branch 2 times, most recently from 1939bec to edf156b Compare February 24, 2019 20:51
begin = attrs.get_int_tuple('begin', None)
end = attrs.get_int_tuple('end', None)
stride = attrs.get_int_tuple('step', None)
print(begin, end, stride)
Copy link
Member

Choose a reason for hiding this comment

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

remove

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@yzhliu yzhliu merged commit 3b328b9 into apache:master Feb 27, 2019
@yzhliu
Copy link
Member

yzhliu commented Feb 27, 2019

Thanks @haojin2 this is merged.

@yzhliu yzhliu mentioned this pull request Mar 2, 2019
28 tasks
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 9, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Mar 12, 2019
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.

2 participants