Thanks to visit codestin.com
Credit goes to github.com

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.2.1
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.2
Choose a head ref
  • 14 commits
  • 9 files changed
  • 8 contributors

Commits on Jul 7, 2017

  1. Allowing the PIP_TEST_ROOT variable to be set.

    PiperOrigin-RevId: 161087696
    tensorflower-gardener authored and Amit Patankar committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    a473aa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11362 from av8ramit/pip_test_root

    Allowing the PIP_TEST_ROOT variable to be set.
    Amit Patankar authored Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c996c7b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    3ede538 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11983 from wolffg/r1.2

    Remove tfserve page which is soon to be outdated.
    Amit Patankar authored Aug 3, 2017
    Configuration menu
    Copy the full SHA
    4acb96a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. fix typo

    fix the meaning of num_units in BasicRnncell
    meettyj authored Sep 2, 2017
    Configuration menu
    Copy the full SHA
    6a6ba8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12763 from meettyj/patch-1

    fix typo
    caisq authored Sep 2, 2017
    Configuration menu
    Copy the full SHA
    927f811 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. fix typo

    meettyj authored Sep 30, 2017
    Configuration menu
    Copy the full SHA
    6d2519f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Merge pull request #13415 from meettyj/patch-1

    fix typo
    caisq authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    f4c0b3a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Fixed typo in usage docstring usage

    Changed tf.SyncReplicasOptimizer to tf.train.SyncReplicasOptimizer in usage example.
    millskyle authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    bc64472 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14765 from millskyle/patch-1

    Fixed typo in usage docstring
    yifeif authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    98ea069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c4526 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14766 from tensorflow/revert-14765-patch-1

    Revert "Fixed typo in usage docstring"
    yifeif authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a7e2253 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Add type check when assigning to a resource variable slice.

    PiperOrigin-RevId: 184067663
    mrry authored and gunan committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    168de7f View commit details
    Browse the repository at this point in the history
  2. Check that the type of an implicitly dereferenced tensor matches the …

    …expected input type.
    
    The dtype of a tensor reference can change between the point when it is "produced" by an
    operation and consumed by the next operation. This evades checks in the executor that the
    type of tensor on each edge matches the type signatures of the producing and consuming operation, which could lead to undefined behavior. Although there is no existing operation that changes the type of a tensor reference, it is possible to use the OpKernelContext API to do so, so we add a further check in the runtime to defend against operations that might be added in the future.
    
    PiperOrigin-RevId: 184356242
    mrry authored and gunan committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    0302793 View commit details
    Browse the repository at this point in the history
Loading