aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/dependency_optimizer_test.cc
Commit message (Expand)AuthorAge
* Fix a bug in dependency optimizer: Repeated inputs would not get converted to...Gravatar A. Unique TensorFlower2018-06-15
* Enable cross-device dependency grouping optimization in non-AGGRESSIVE modes.Gravatar Peter Hawkins2018-06-04
* Add a dependency optimization that eliminates multiple cross-device control e...Gravatar Peter Hawkins2018-06-01
* Add a unit test to verify that dependency optimizer could remove noop and gre...Gravatar A. Unique TensorFlower2018-03-30
* Tighten the condition for node removal next to device crossings, since the pr...Gravatar A. Unique TensorFlower2018-03-29
* Don't remove identity nodes if they follow a device crossing and have consume...Gravatar A. Unique TensorFlower2018-03-12
* Treat IdentityN nodes with a single input as regular Identity nodes.Gravatar Benoit Steiner2018-03-08
* Properly parse input strings in the dependency optimizerGravatar Benoit Steiner2018-03-07
* Enable aggressive identity node pruning in dependency optimizer.Gravatar A. Unique TensorFlower2018-02-05
* Remove Identity nodes if num_inputs * num_outputs <= num_inputs + num_outputs...Gravatar A. Unique TensorFlower2018-01-29
* Prune away Identity nodes without regular outputs. (Addresses TODO from cl/17...Gravatar A. Unique TensorFlower2018-01-17
* * Fix bug introduced in cl/181043095: We need to update the nodemap when addi...Gravatar A. Unique TensorFlower2018-01-12
* Fixed a couple of bugs in transitive reduction:Gravatar A. Unique TensorFlower2017-12-19
* Don't remove noops if rerouting their control inputs increases the number of ...Gravatar A. Unique TensorFlower2017-12-14
* Fix nullptr dereferencing bug in dependency optimizer in VLOG statement.Gravatar A. Unique TensorFlower2017-12-07
* Eliminate redundant control dependencies by computing the transitive reductio...Gravatar A. Unique TensorFlower2017-12-07
* Optimize control dependencies driven by constantsGravatar Benoit Steiner2017-12-07
* 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