aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/dependency_optimizer.h
Commit message (Expand)AuthorAge
* Small refactoring of code to check device crossing in dependency optimizer.Gravatar A. Unique TensorFlower2018-06-14
* Add a dependency optimization that eliminates multiple cross-device control e...Gravatar Peter Hawkins2018-06-01
* Deleted dead code and fixed compilation warningsGravatar Benoit Steiner2018-03-21
* Improve model_pruner:Gravatar A. Unique TensorFlower2018-02-07
* Remove Identity nodes if num_inputs * num_outputs <= num_inputs + num_outputs...Gravatar A. Unique TensorFlower2018-01-29
* Remove unused class membersGravatar A. Unique TensorFlower2018-01-29
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Eliminate redundant control dependencies by computing the transitive reductio...Gravatar A. Unique TensorFlower2017-12-07
* Simplify code in dependency optimizer.Gravatar A. Unique TensorFlower2017-12-05
* Refactor code in arithmetic and dependency optimizersGravatar A. Unique TensorFlower2017-11-27
* Fix tests that prevent enabling the dependency optimizer in grappler.Gravatar A. Unique TensorFlower2017-11-21
* Add a control dependency optimizer to Grappler.Gravatar A. Unique TensorFlower2017-11-14