-
Notifications
You must be signed in to change notification settings - Fork 158
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
[res] Fix shape of Net_ZeroDim_001 #13753
[res] Fix shape of Net_ZeroDim_001 #13753
Conversation
This adds dynamic shape info to Net_ZeroDim_001. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
dim: 0 | ||
dim: 8 | ||
dim: 0 | ||
dim: 64 | ||
} | ||
shape_signature { | ||
dim: -1 | ||
dim: 8 | ||
dim: -1 | ||
dim: 64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the shape of output. The output shape should match with the new shape inference logic in #13750.
shape_signature { | ||
dim: 1 | ||
dim: -1 | ||
dim: 512 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may have to revise comment
This was generated by tflchef-reverse from res/TensorFlowTests/NET_0043
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing out. I've updated the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you!
This adds dynamic shape info to Net_ZeroDim_001.
ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong [email protected]
Related to: #13697
Draft PR: #13750