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

Relax subgraph byte constraint to required_bytes <= bytes rather than exact match. #64973

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. Relax subgraph byte constraint to required_bytes <= bytes rather th…

    …an exact match.
    
    This has been an error raised for some issues [github example](#14929).
    
    If the required bytes are covered by the current model, there is no need to raise an error due to exact size mismatch on user's side.
    
    PiperOrigin-RevId: 621699856
    chococigar authored and tensorflower-gardener committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8d698c3 View commit details
    Browse the repository at this point in the history