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] Expose vm OptimizeModule to Python #4800

Merged
merged 3 commits into from
Feb 2, 2020

Conversation

masahi
Copy link
Member

@masahi masahi commented Feb 1, 2020

I need to see a module after optimization for debugging an issue I have, so I added VMCompiler.optimize() method. I hope this would be useful to other people too.

The same method exists in graph codegen.

Also added some missing imports (flagged by flymake)

please review @wweic @icemelon9 @jroesch

@masahi masahi merged commit 73a9e99 into apache:master Feb 2, 2020
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 26, 2020
* Expose VM OptimizeModule to python

* added missing imports

* fix import
alexwong pushed a commit to alexwong/tvm that referenced this pull request Feb 28, 2020
* Expose VM OptimizeModule to python

* added missing imports

* fix import
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Mar 2, 2020
* Expose VM OptimizeModule to python

* added missing imports

* fix import
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