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 funcdef lookup in auto_mixed_precision grappler pass #30140

Merged
merged 1 commit into from
Jul 1, 2019

Commits on Jun 25, 2019

  1. Fix funcdef lookup in auto_mixed_precision pass

    - Non-inlined funcdefs only exist in the graph's function registry
      instead of the global op registry. Such ops (e.g., tf.nn.swish)
      previously caused the auto_mixed_precision grappler pass to fail.
    - This commit also adds a test for such cases.
    benbarsdell committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    30b268b View commit details
    Browse the repository at this point in the history