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

Fix version-converter to generate valid identifiers #5628

Merged
merged 3 commits into from Sep 29, 2023

Conversation

gramalingam
Copy link
Contributor

@gramalingam gramalingam commented Sep 28, 2023

Description

The version-converter generates invalid ONNX identifiers (like "1"). Change it to generate a valid identifier.

Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
@gramalingam gramalingam requested a review from a team as a code owner September 28, 2023 00:03
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
onnx/test/cpp/ir_test.cc Fixed Show fixed Hide fixed
onnx/test/cpp/ir_test.cc Fixed Show fixed Hide fixed
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
onnx/common/ir.h Show resolved Hide resolved
@gramalingam gramalingam added this pull request to the merge queue Sep 29, 2023
Merged via the queue into onnx:main with commit 8344255 Sep 29, 2023
35 checks passed
@gramalingam gramalingam deleted the vc-var-names branch September 29, 2023 18:06
@daquexian daquexian mentioned this pull request Mar 3, 2024
github-merge-queue bot pushed a commit that referenced this pull request Mar 4, 2024
### Description
#5628 missed some getNextUnique() and causes name conflict.

Signed-off-by: daquexian <daquexian566@gmail.com>
cjvolzka pushed a commit that referenced this pull request Mar 4, 2024
### Description
* Cherry-pick #5992 into `rel-1.16.0` branch
* #5628 missed some getNextUnique() and causes name conflict.

Signed-off-by: daquexian <daquexian566@gmail.com>
cjvolzka added a commit that referenced this pull request Mar 4, 2024
### Description
* Cherry-pick #5992 into `rel-1.16.0` branch
* #5628 missed some getNextUnique() and causes name conflict.

Signed-off-by: daquexian <daquexian566@gmail.com>
Co-authored-by: daquexian <daquexian566@gmail.com>
isdanni pushed a commit to isdanni/onnx that referenced this pull request Mar 18, 2024
### Description
onnx#5628 missed some getNextUnique() and causes name conflict.

Signed-off-by: daquexian <daquexian566@gmail.com>
Signed-off-by: isdanni <leedanni@gmail.com>
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

2 participants