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

[RUST][FRONTEND] make Function clone free of is_global change #2303

Closed
ehsanmok opened this issue Dec 18, 2018 · 1 comment
Closed

[RUST][FRONTEND] make Function clone free of is_global change #2303

ehsanmok opened this issue Dec 18, 2018 · 1 comment

Comments

@ehsanmok
Copy link
Contributor

Right now, Clone on tvm_frontend::Function needs to change is_global for non-global graph runtime module functions, such as load_params, otherwise it segfaults after the first use. TODO #2292

@ehsanmok ehsanmok changed the title [RUST][Frontend] make Function clone free of is_global change [RUST][FRONTEND] make Function clone free of is_global change Dec 18, 2018
@ehsanmok
Copy link
Contributor Author

Fixed in PR reviews #2292

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

1 participant