aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler/cluster_test.py
Commit message (Expand)AuthorAge
* Optimize idempotent ops, e.g., Snapshot(Snapshot(x)) => Snapshot(x)Gravatar A. Unique TensorFlower2018-05-04
* Fixed the interaction between virtual cluster and measuring cost estimator.Gravatar Benoit Steiner2018-03-27
* Started to open source the RL placer.Gravatar Benoit Steiner2018-02-21
* Automated g4 rollback of changelist 185072479Gravatar A. Unique TensorFlower2018-02-15
* Enable aggressive identity node pruning in dependency optimizer.Gravatar A. Unique TensorFlower2018-02-05
* Better detect the amount of device memory that's availableGravatar Benoit Steiner2018-01-09
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-22
* Automated g4 rollback of changelist 179872807Gravatar Anna R2017-12-21
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-21
* Added a python API to estimate the performance of HW devicesGravatar Benoit Steiner2017-12-15
* Made the list of op kernels available.Gravatar Benoit Steiner2017-12-14
* Enable neutral element optimization.Gravatar A. Unique TensorFlower2017-12-14
* Disable neutral element and reciprocal optimizations again.Gravatar A. Unique TensorFlower2017-12-12
* Enable optimizations of operations with neutral/absorbing elements by default...Gravatar A. Unique TensorFlower2017-12-11
* Make sure we serialize the creation and deletion of clusters from python to a...Gravatar Benoit Steiner2017-12-11
* Add the missing GPU configs to avoid the division by zero (gflops) error.Gravatar Yao Zhang2017-11-27
* Pass VirtualCluster to tf_optimizer to enable cross-optimization of models.Gravatar Yao Zhang2017-11-21
* Python wrapper to access the predicted peak memory usageGravatar Benoit Steiner2017-10-13
* Added a python API on top of Grappler items and Grappler clustersGravatar Benoit Steiner2017-09-27