-
Notifications
You must be signed in to change notification settings - Fork 75.4k
Comparing changes
Open a pull request
base repository: tensorflow/tensorflow
base: v1.2.1
head repository: tensorflow/tensorflow
compare: r1.2
- 14 commits
- 9 files changed
- 8 contributors
Commits on Jul 7, 2017
-
Allowing the PIP_TEST_ROOT variable to be set.
PiperOrigin-RevId: 161087696
Configuration menu - View commit details
-
Copy full SHA for a473aa0 - Browse repository at this point
Copy the full SHA a473aa0View commit details -
Merge pull request #11362 from av8ramit/pip_test_root
Allowing the PIP_TEST_ROOT variable to be set.
Amit Patankar authoredJul 7, 2017 Configuration menu - View commit details
-
Copy full SHA for c996c7b - Browse repository at this point
Copy the full SHA c996c7bView commit details
Commits on Aug 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3ede538 - Browse repository at this point
Copy the full SHA 3ede538View commit details -
Merge pull request #11983 from wolffg/r1.2
Remove tfserve page which is soon to be outdated.
Amit Patankar authoredAug 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 4acb96a - Browse repository at this point
Copy the full SHA 4acb96aView commit details
Commits on Sep 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6a6ba8d - Browse repository at this point
Copy the full SHA 6a6ba8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 927f811 - Browse repository at this point
Copy the full SHA 927f811View commit details
Commits on Sep 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6d2519f - Browse repository at this point
Copy the full SHA 6d2519fView commit details
Commits on Oct 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f4c0b3a - Browse repository at this point
Copy the full SHA f4c0b3aView commit details
Commits on Nov 21, 2017
-
Fixed typo in usage docstring usage
Changed tf.SyncReplicasOptimizer to tf.train.SyncReplicasOptimizer in usage example.
Configuration menu - View commit details
-
Copy full SHA for bc64472 - Browse repository at this point
Copy the full SHA bc64472View commit details -
Merge pull request #14765 from millskyle/patch-1
Fixed typo in usage docstring
Configuration menu - View commit details
-
Copy full SHA for 98ea069 - Browse repository at this point
Copy the full SHA 98ea069View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c4526 - Browse repository at this point
Copy the full SHA d7c4526View commit details -
Merge pull request #14766 from tensorflow/revert-14765-patch-1
Revert "Fixed typo in usage docstring"
Configuration menu - View commit details
-
Copy full SHA for a7e2253 - Browse repository at this point
Copy the full SHA a7e2253View commit details
Commits on Mar 22, 2018
-
Add type check when assigning to a resource variable slice.
PiperOrigin-RevId: 184067663
Configuration menu - View commit details
-
Copy full SHA for 168de7f - Browse repository at this point
Copy the full SHA 168de7fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0302793 - Browse repository at this point
Copy the full SHA 0302793View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...r1.2