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

computation graph optimization of pytorch #220

Open
knsong opened this issue Dec 5, 2019 · 1 comment
Open

computation graph optimization of pytorch #220

knsong opened this issue Dec 5, 2019 · 1 comment

Comments

@knsong
Copy link

knsong commented Dec 5, 2019

hi,
thank you for the great work,
But does it support computation graph optimization for pytorch?

@liuliu
Copy link
Owner

liuliu commented Dec 11, 2019

Not at the moment. I should add ONNX support at some point once everything is more fleshed out. The optimization performed at symbolic graph level. For model import / export, it likely happens at somewhere between symbolic graph + tensor arena allocation and the concrete graph. The API haven't thought out yet.

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

No branches or pull requests

2 participants