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][Parser] Support slash in identifier. #8352

Merged
merged 3 commits into from
Jun 29, 2021
Merged

[Relay][Parser] Support slash in identifier. #8352

merged 3 commits into from
Jun 29, 2021

Conversation

zackcquic
Copy link
Contributor

Variables from tensorflow may contains '/' in name (x/y/z).

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

@tqchen @jroesch please help to review this change, which found in tensorflow model

Thanks a lot :)

Regards,
Zack

zackcquic and others added 2 commits June 26, 2021 20:35
Variables from tensorflow may contains '/' in name (x/y/z).
@zackcquic
Copy link
Contributor Author

cc @areusch @tkonolige @comaniac
Thanks a lot.

Copy link
Contributor

@comaniac comaniac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM.

tests/python/relay/test_ir_text_printer.py Show resolved Hide resolved
Copy link
Contributor

@comaniac comaniac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@leandron leandron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leandron leandron merged commit 4b5c257 into apache:main Jun 29, 2021
@zackcquic zackcquic deleted the parser branch July 5, 2021 01:18
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
* [Relay][Parser] Support slash in identifier.

Variables from tensorflow may contains '/' in name (x/y/z).

* Check identifier name after parsing.
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
* [Relay][Parser] Support slash in identifier.

Variables from tensorflow may contains '/' in name (x/y/z).

* Check identifier name after parsing.
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.

None yet

3 participants