aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distribute/python/one_device_strategy.py
Commit message (Expand)AuthorAge
* Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* Remove unused 'None' option for reduce destinations in DistributionStrategy.Gravatar A. Unique TensorFlower2018-08-31
* Make tf.metrics work with TPU Strategy.Gravatar Priya Gupta2018-08-16
* Step_fn should be able to receive un-wrapped inputsGravatar Sourabh Bajaj2018-08-15
* Add an API to distribution strategy that allows running N steps. Implement th...Gravatar Priya Gupta2018-08-08
* Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Delete DistributionStrategy.fetch() now that it is unused.Gravatar A. Unique TensorFlower2018-06-21
* Make the return value of `read_var` consistently a tensor instead ofGravatar A. Unique TensorFlower2018-06-12
* Automated g4 rollback of changelist 197218170Gravatar A. Unique TensorFlower2018-06-12
* Add the MultiWorkerMirroredStrategyGravatar Yuefeng Zhou2018-05-04
* Add prefetching to one device distribution strategy.Gravatar Priya Gupta2018-05-02
* Change distribution.distribute_dataset to accept an input_fn instead of a dat...Gravatar Yuefeng Zhou2018-04-18
* 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