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

[ONNX] Fix more upstream tests #7842

Merged
merged 7 commits into from Apr 19, 2021
Merged

Conversation

mbrookhart
Copy link
Contributor

Fixes issues with selu, unsqueeze, and strided slice

Implements Shrink and Hardmax

CC @jwfromm

Copy link
Contributor

@jwfromm jwfromm left a comment

Choose a reason for hiding this comment

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

Found a typo but otherwise this is very clean. LGTM!

python/tvm/relay/frontend/onnx.py Outdated Show resolved Hide resolved
@masahi masahi merged commit d3e6227 into apache:main Apr 19, 2021
mehrdadh pushed a commit to mehrdadh/tvm that referenced this pull request Apr 22, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
echuraev pushed a commit to echuraev/tvm that referenced this pull request Apr 29, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
* fix unsqueeze test

* fix dynamic strided slice with negative indices

* add Shrink importer

* fix selu defaults

* Implement Hardmax

* add a comment to the test

* Fix typo
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.

None yet

4 participants