aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/graph_rewriter.cc
Commit message (Expand)AuthorAge
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* Minor improvements over cl/163390862: avoid storing unused data, and add aGravatar Benoit Steiner2017-07-28
* Don't prune nodes that have reference inputs.Gravatar A. Unique TensorFlower2017-07-27
* Preserve identity nodes on the receiver side of a cross device link instead ofGravatar Benoit Steiner2017-07-20
* Don't mess with nodes in the fanin or the fanout of a function since that canGravatar Benoit Steiner2017-07-07
* Enabled model pruning by defaultGravatar Benoit Steiner2017-07-07
* Preserve feed nodes when pruning modelsGravatar Benoit Steiner2017-06-29
* 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
* 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
* Added a config option to control model pruningGravatar Benoit Steiner2017-03-24
* Started to implement a few graph simplificationsGravatar Benoit Steiner2017-03-22