aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/loop_optimizer_test.cc
Commit message (Expand)AuthorAge
* Gradients of tfe.defun functions with loops in them.Gravatar Alexandre Passos2018-08-02
* Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* Identify and prune nodes that can never be executedGravatar Benoit Steiner2018-05-04
* Refactor LoopOptimizer:Gravatar A. Unique TensorFlower2018-04-06
* Enable stack push removal optimization by default.Gravatar A. Unique TensorFlower2018-03-19
* Refactor and enable loop optimizer tests.Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Remove StackPush nodes where the corresponding StackPop nodes have no consume...Gravatar A. Unique TensorFlower2018-03-07
* Loop optimizer: Convert StackPush nodes to Identity instead of eliminating th...Gravatar A. Unique TensorFlower2018-03-02
* Remove unnecessary stack operations from graphs. This change implements the f...Gravatar A. Unique TensorFlower2018-02-28
* Add empty scaffolding for loop optimizers in Grappler.Gravatar A. Unique TensorFlower2018-02-13