Skip to content

Fix type constraints of Reshape(19)#5146

Merged
xadupre merged 2 commits intoonnx:mainfrom
xadupre:reshape
Apr 17, 2023
Merged

Fix type constraints of Reshape(19)#5146
xadupre merged 2 commits intoonnx:mainfrom
xadupre:reshape

Conversation

@xadupre
Copy link
Copy Markdown
Contributor

@xadupre xadupre commented Apr 17, 2023

Description

Fix a wrong renaming introduced in PR #5123. Float 8 types were missing from Reshape allowed types.

Signed-off-by: xadupre <xadupre@microsoft.com>
@xadupre xadupre requested a review from a team as a code owner April 17, 2023 17:17
@jcwchen jcwchen added this to the 1.14.0 milestone Apr 17, 2023
@jcwchen jcwchen added module: shape inference Issues related to shape inference run release CIs Use this label to trigger release tests in CI labels Apr 17, 2023
Copy link
Copy Markdown
Contributor

@gramalingam gramalingam left a comment

Choose a reason for hiding this comment

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

Minor nit: I guess the "doc" string can be shared by old and new defs since they are identical by moving it to utils.h/utils.cc. And renaming it to something appropriate like Reshape_ver14_and_ver19_doc. Helps when somebody is browsing the code.

Copy link
Copy Markdown
Member

@jcwchen jcwchen left a comment

Choose a reason for hiding this comment

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

cc release manager @yuanyao-nv

@xadupre
Copy link
Copy Markdown
Contributor Author

xadupre commented Apr 17, 2023

I suggest keeping it that way for this release and let us take time to think about a mechanism to avoid duplication in documentation.

@xadupre xadupre enabled auto-merge (squash) April 17, 2023 19:41
@xadupre xadupre merged commit 3f4140a into onnx:main Apr 17, 2023
@jcwchen
Copy link
Copy Markdown
Member

jcwchen commented Apr 20, 2023

I suggest keeping it that way for this release and let us take time to think about a mechanism to avoid duplication in documentation.

P.S. Tracked by this #4138.

yuanyao-nv pushed a commit to yuanyao-nv/onnx that referenced this pull request Apr 26, 2023
Signed-off-by: xadupre <xadupre@microsoft.com>
Signed-off-by: Yuan Yao <yuanyao@nvidia.com>
yuanyao-nv pushed a commit that referenced this pull request Apr 26, 2023
Signed-off-by: xadupre <xadupre@microsoft.com>
Signed-off-by: Yuan Yao <yuanyao@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: shape inference Issues related to shape inference run release CIs Use this label to trigger release tests in CI

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants