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 tensor.print() for 0 shaped tensor #7127

Merged
merged 4 commits into from Dec 1, 2022
Merged

Conversation

pyu10055
Copy link
Collaborator

@pyu10055 pyu10055 commented Nov 29, 2022

fixed #7114
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.


This change is Reviewable

@mattsoulanille mattsoulanille merged commit a4607aa into master Dec 1, 2022
Linchenn pushed a commit to Linchenn/tfjs that referenced this pull request Jan 9, 2023
fixes tensorflow#7114
Co-authored-by: Linchenn <40653845+Linchenn@users.noreply.github.com>
Co-authored-by: Matthew Soulanille <msoulanille@google.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.

When filterwidth=inwidth+1 and pad=valid, the result of tf.dilation2d(xxx).print() is [[[undefined,]]].
3 participants