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

[Relax][Frontend][ONNX]fix onnx frontend parse #16395

Merged
merged 1 commit into from
Jan 14, 2024
Merged

[Relax][Frontend][ONNX]fix onnx frontend parse #16395

merged 1 commit into from
Jan 14, 2024

Conversation

chengven027
Copy link
Contributor

_parse_graph_initializers should be first than _parse_graph_input.
Because the conditional statement in _parse_graph_input requires the use of self._nodes, and self._nodes is parsed and populated in _parse_graph_initializers, otherwise self._nodes will remain empty.

@tqchen tqchen merged commit e9bea9d into apache:unity Jan 14, 2024
15 checks passed
@chengven027 chengven027 deleted the fix.onnx.frontend branch January 15, 2024 13:51
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