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/TRT] Support clip for TRT 4 using relu + eltwise #83

Merged
merged 3 commits into from
Feb 4, 2020

Conversation

trevor-m
Copy link

@trevor-m trevor-m commented Feb 4, 2020

Allow clip op for TRT4 using other ops.

I also snuck in two small fixes:

  • Had accidently disabled consistency check for integration tests. Those are enabled again. (test_tensorrt.py)
  • Call ConvertLayout properly. (tensorrt.py)

@trevor-m
Copy link
Author

trevor-m commented Feb 4, 2020

@anijain2305

Copy link

@anijain2305 anijain2305 left a comment

Choose a reason for hiding this comment

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

LGTM

@trevor-m trevor-m merged commit 7475796 into neo-ai:dev Feb 4, 2020
trevor-m added a commit to trevor-m/tvm that referenced this pull request Feb 28, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
trevor-m added a commit to trevor-m/tvm that referenced this pull request Mar 16, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
trevor-m added a commit to trevor-m/tvm that referenced this pull request Mar 25, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
trevor-m added a commit to trevor-m/tvm that referenced this pull request Apr 10, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
trevor-m added a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
trevor-m added a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* Support clip for TRT 4 using relu + eltwise

* Re-enable consistency check

* Invoke convertlayout properly
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