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 bug that could cause map_fn to produce incorrect results (rather … #51298

Conversation

mihaimaruseac
Copy link
Collaborator

…than an error)

when mapping over a ragged tensor with an inappropriate fn_output_signature. (Note: there are cases where the default value for fn_output_signature is not appropriate, so the user needs to explicitly specify the correct output signature.)

PiperOrigin-RevId: 387606546
Change-Id: Ib4ea27b9634e6ab413f211cfe809a69a90f0e2cd

…than an error)

when mapping over a ragged tensor with an inappropriate fn_output_signature.  (Note: there are cases where the default value for fn_output_signature is not appropriate, so the user needs to explicitly specify the correct output signature.)

PiperOrigin-RevId: 387606546
Change-Id: Ib4ea27b9634e6ab413f211cfe809a69a90f0e2cd
@google-cla google-cla bot added the cla: yes label Aug 5, 2021
@mihaimaruseac mihaimaruseac merged commit aa832be into r2.4 Aug 5, 2021
@mihaimaruseac mihaimaruseac deleted the mm-cherrypick-4e2565483d0ffcadc719bd44893fb7f609bb5f12-on-r2.4 branch August 5, 2021 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants