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

release 1.9-rc1 cherry-pick request: opt out of saving tpu graph #19925

Merged
merged 3 commits into from
Jun 12, 2018

Commits on Jun 12, 2018

  1. TPUEstimator.export_savedmodel() saves a SavedModel with both TPU and…

    … CPU graphs.
    
    PiperOrigin-RevId: 198229550
    tensorflower-gardener authored and Shawn Wang committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    4fe8d4a View commit details
    Browse the repository at this point in the history
  2. In TPUEstimator.export_savedmodel(), if saving TPU metegraph fails, i…

    …ssue a warning instead so that user can still use the CPU metagraph.
    
    PiperOrigin-RevId: 198458571
    tensorflower-gardener authored and Shawn Wang committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    51ad43e View commit details
    Browse the repository at this point in the history
  3. Allow user to opt out of saving metagraph for TPU with TPUEstimator.e…

    …xport_output().
    
    PiperOrigin-RevId: 198944144
    tensorflower-gardener authored and Shawn Wang committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    982f3e3 View commit details
    Browse the repository at this point in the history