aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/loop_optimizer.cc
Commit message (Expand)AuthorAge
* Gradients of tfe.defun functions with loops in them.Gravatar Alexandre Passos2018-08-02
* Enables optimization to remove 0-iteration 'while' loops based on simple bina...Gravatar A. Unique TensorFlower2018-08-02
* Adds optimization to remove 0-iteration 'while' loops based on simple binary ...Gravatar A. Unique TensorFlower2018-07-31
* MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* Turn on dead branch elimination, shape optimization, and remapping by defaultGravatar Benoit Steiner2018-05-21
* Remove unused inclusionsGravatar A. Unique TensorFlower2018-05-16
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* Identify and prune nodes that can never be executedGravatar Benoit Steiner2018-05-04
* Fix bug that disabled loop invariant node motion optimizer. Disable it option...Gravatar A. Unique TensorFlower2018-05-04
* Rewrite tail recursion in loop optimizer as loop to avoid stack overflow.Gravatar A. Unique TensorFlower2018-04-23
* Fix bug in loop optimizer. Reuse existing constant nodes.Gravatar A. Unique TensorFlower2018-04-09
* Refactor LoopOptimizer:Gravatar A. Unique TensorFlower2018-04-06
* Avoid taking a reference on a temporary valueGravatar Benoit Steiner2018-03-21
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Enable stack push removal optimization by default.Gravatar A. Unique TensorFlower2018-03-19
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-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