-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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]Allow every runtime module to handle constants #5885
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Given some modules don't use this mechanism, should we find a way to suppress this warning? |
@mbaret this should be handled later by changing the way to initialize graph runtime in different PRs. |
thanks @comaniac @mbaret @junrushao1994 |
* update source module * address comment
* update source module * address comment
Per discussion in #5884, this PR makes the following improvements:
get_symbol
andget_const_vars
to use the unified mechanism of constant processing.cc @zhiics @mbaret