aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler/memory_optimizer_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Reduce Grappler overhead by skipping optimizers when the graph is tiny.Gravatar A. Unique TensorFlower2018-06-18
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Run 2 passes of rewrites by defaultGravatar Benoit Steiner2018-04-26
* Automated g4 rollback of changelist 187582263Gravatar A. Unique TensorFlower2018-03-02
* Automated g4 rollback of changelist 187563544Gravatar Gunhan Gulsoy2018-03-01
* Grappler: Change memory optimizer recomputation name prefix into a regexp. Th...Gravatar A. Unique TensorFlower2018-03-01
* Prune away Identity nodes without regular outputs. (Addresses TODO from cl/17...Gravatar A. Unique TensorFlower2018-01-17
* Sundry small changes to enable the C API in more tests.Gravatar Skye Wanderman-Milne2018-01-11
* Add some unit tests for memory optimizer _recompute_hint Python usage (mostlyGravatar Allen Lavoie2017-12-20
* Turn off layout optimizer (as with all other optimizers) in the memoryGravatar Yao Zhang2017-11-22
* Add heuristics to trigger swappingGravatar Benoit Steiner2017-11-02
* Run constant folding iteratively until it converges.Gravatar Benoit Steiner2017-09-22
* Do not keep unused, folded nodes in the graph to reduce the graph size.Gravatar Yao Zhang2017-08-28
* Small improvements to the arithmetic optimizerGravatar Benoit Steiner2017-08-18
* Prune nodes that won't be run. This makes subsequent optimizers faster since ...Gravatar Benoit Steiner2017-08-02
* Grappler memory optimization: allow inputs to gradients with non-standard nam...Gravatar Allen Lavoie2017-07-31
* Replace constants with variables in memory optimizer test, so that they are n...Gravatar Yao Zhang2017-07-28
* Add a heuristic to Grappler's memory optimizer to recompute elementwise opsGravatar A. Unique TensorFlower2017-06-14
* Add control dependencies to prevent nodes from being swapped back in too soon.Gravatar Benoit Steiner2017-05-15