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

Revert #3979: Checker should validate the node's inputs/outputs have names when Variadic #4283

Merged
merged 3 commits into from Jun 16, 2022

Conversation

jcwchen
Copy link
Member

@jcwchen jcwchen commented Jun 16, 2022

Description
Revert #3979: Checker should validate the node's inputs/outputs have names when Variadic

Motivation and Context
It seems possible that some operators set Variadic for some dynamic situations. For instance, PythonOpGrad from ORT might have an empty input for Variadic input. To unblock the failure right before the release, loosen the onnx.checker for now. Going forward, we should consider to make the check only for Loop op. Reopen issue #3969 for future tracking.

Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
@jcwchen jcwchen added onnx checker run release CIs Use this label to trigger release tests in CI labels Jun 16, 2022
@jcwchen jcwchen added this to the 1.12 milestone Jun 16, 2022
@jcwchen jcwchen requested review from a team as code owners June 16, 2022 21:43
@liqunfu liqunfu merged commit 2cea19f into onnx:main Jun 16, 2022
liqunfu pushed a commit that referenced this pull request Jun 16, 2022
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
@jcwchen jcwchen deleted the jcw/revert-variadic branch June 17, 2022 14:31
broune pushed a commit to broune/onnx that referenced this pull request May 6, 2023
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
onnx checker run release CIs Use this label to trigger release tests in CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants