aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/model_pruner.cc
Commit message (Expand)AuthorAge
* Fix bugs in model pruner.Gravatar A. Unique TensorFlower2018-05-03
* Ensured that the model pruner outputs the nodes of the optimized graph in aGravatar Benoit Steiner2018-02-21
* Make sure the nodes that are refered to by a collection are preserved during anGravatar Benoit Steiner2018-02-20
* Enable the use of scheduling heuristics to reduce peak memory usage by defaultGravatar Benoit Steiner2018-02-12
* 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
* Get rid of some code duplication in Grappler optimizers by refactoring some u...Gravatar A. Unique TensorFlower2017-11-21
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Added preliminary support for arithmetic simplificationsGravatar Benoit Steiner2017-08-16
* Prune nodes that won't be run. This makes subsequent optimizers faster since ...Gravatar Benoit Steiner2017-08-02
* 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
* Prune trivial ops (concatenation of a single tensor, AddN of a single tensor,Gravatar Benoit Steiner2017-07-25
* Prune more types of nodes from the graphGravatar Benoit Steiner2017-07-21
* 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
* Made sure that the grappler optimizers preserved the graph version and library.Gravatar Benoit Steiner2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* 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
* 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