Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: tensorflow/tensorflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r1.6
Choose a head ref
  • 18 commits
  • 26 files changed
  • 8 contributors

Commits on Mar 6, 2018

  1. Updating the cuda compute info and avx info for Windows. (#17450)

    Amit Patankar authored and gunan committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    5aee07f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Correct curly brace typo (#17574)

    Curly brace required instead of right bracket for code display on getting started guide
    jpayoung authored and gunan committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    cbc6580 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. jpeg.BUILD: Using --cpu instead of --android_cpu (#17508)

    meteorcloudy authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    d321e55 View commit details
    Browse the repository at this point in the history
  2. Fix integer overflow in BMP decoder by making the checks in DecodeBmp

    more stringent.  Add fuzzer to improve the robustness of the decoder
    in the future.
    
    PiperOrigin-RevId: 185780111
    David G. Andersen authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    c48c039 View commit details
    Browse the repository at this point in the history
  3. Upgrade Snappy to latest version

    They added big endian preprocessor macros in recent releases. Hopefully
    this should do the right thing on IBM mainframes.
    
    PiperOrigin-RevId: 191705207
    jart authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    84dff07 View commit details
    Browse the repository at this point in the history
  4. Add validation for output_index of Feed.id.

    Return error instead of crash if output_index is not less than the output number of the operation.
    
    PiperOrigin-RevId: 192148911
    tensorflower-gardener authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    3a279f1 View commit details
    Browse the repository at this point in the history
  5. Upgrade libpng

    PiperOrigin-RevId: 191840652
    jart authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    2d1cb0a View commit details
    Browse the repository at this point in the history
  6. Upgrade zlib to latest version

    PiperOrigin-RevId: 191696213
    jart authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    161dda3 View commit details
    Browse the repository at this point in the history
  7. Enable branch prediction in TensorFlow

    PiperOrigin-RevId: 191788253
    jart authored and Frank Chen committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1b6531f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Update bazel toolchains dependency. (#19091)

    PiperOrigin-RevId: 186650360
    Amit Patankar authored and gunan committed May 7, 2018
    Configuration menu
    Copy the full SHA
    41001dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'r1.6' into frankchn-r1.6

    Amit Patankar authored May 7, 2018
    Configuration menu
    Copy the full SHA
    28a5180 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Use np.frombuffer instead of np.fromstring to avoid DeprecationWarning.

    Resolves #17020
    
    PiperOrigin-RevId: 185927310
    reedwm authored and Amit Patankar committed May 18, 2018
    Configuration menu
    Copy the full SHA
    5f794e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18811 from tensorflow/frankchn-r1.6

    Patches for Release 1.6
    Amit Patankar authored May 18, 2018
    Configuration menu
    Copy the full SHA
    c287d88 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'r1.6' into fix_grad_test_error

    Amit Patankar authored May 18, 2018
    Configuration menu
    Copy the full SHA
    8239230 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19365 from av8ramit/fix_grad_test_error

    Use np.frombuffer instead of np.fromstring to avoid DeprecationWarning. r1.6
    Amit Patankar authored May 18, 2018
    Configuration menu
    Copy the full SHA
    31b2dec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Update version string to 1.6.1

    gunan committed May 19, 2018
    Configuration menu
    Copy the full SHA
    cf64756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d198126 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    080d59b View commit details
    Browse the repository at this point in the history
Loading