aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/values_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session() or self.ses...Gravatar A. Unique TensorFlower2018-10-01
* Automated rollback of commit 7f1d70d97f543d69a9f02cd6df0964f22f9278f3Gravatar Rohan Jain2018-09-28
* Switching Distribution strategies to use MultiDeviceIterator. Currently only ...Gravatar Rohan Jain2018-09-25
* A temporary fix to auto-sharding for synthetic data.Gravatar Yuefeng Zhou2018-08-31
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Add support for `is_tensor_like` property to DistributedValues and add suppor...Gravatar Anjali Sridhar2018-07-22
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Make ops.colocate_with work with tower-local variables as well.Gravatar Yuefeng Zhou2018-06-13
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Add MultiNodeDataset and MultiNodeIterator which are intended to work for mul...Gravatar Yuefeng Zhou2018-04-30
* When a mirrored variable is fetched in cross-tower mode, fetch its primary va...Gravatar Igor Saprykin2018-04-30
* Add support for initializable iterator in distribution strategies. Use that i...Gravatar Priya Gupta2018-04-18
* Add tf.contrib.distribute, which defines classes DistributionStrategyGravatar A. Unique TensorFlower2018-03-29