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

Commits on Aug 5, 2021

  1. Fix bug that could cause map_fn to produce incorrect results (rather …

    …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
    edloper authored and mihaimaruseac committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2c39352 View commit details
    Browse the repository at this point in the history