aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/model_pruner_test.cc
Commit message (Expand)AuthorAge
* Run EvaluateNodes for ModelPruner test except for NoPruning.Gravatar A. Unique TensorFlower2018-04-19
* Run EvaluateNodes for ModelPrunerTest_StopGradientPruning. Also updated the t...Gravatar A. Unique TensorFlower2018-04-10
* Temporarily weaken Identity pruning in model_pruner while investigating test ...Gravatar A. Unique TensorFlower2018-02-07
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Don't prune nodes that have reference inputs.Gravatar A. Unique TensorFlower2017-07-27
* Prune trivial ops (concatenation of a single tensor, AddN of a single tensor,Gravatar Benoit Steiner2017-07-25
* Preserve identity nodes on the receiver side of a cross device link instead ofGravatar Benoit Steiner2017-07-20
* Allow the pruner to prune fully placed graphsGravatar Benoit Steiner2017-06-29
* Don't prune nodes that are driven by control dependencies to avoid potentiallyGravatar Benoit Steiner2017-03-31
* Avoid pruning fetch nodesGravatar Benoit Steiner2017-03-27
* Added a new regression test to ensure control dependencies are properlyGravatar Benoit Steiner2017-03-27
* Prune unecessary Identity nodesGravatar Benoit Steiner2017-03-27
* Automated rollback of change 151331705Gravatar A. Unique TensorFlower2017-03-27
* Prune unecessary Identity nodesGravatar Benoit Steiner2017-03-27
* Started to implement a few graph simplificationsGravatar Benoit Steiner2017-03-22