aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/optimizers/memory_optimizer_test.cc
Commit message (Expand)AuthorAge
* Relax the stringent memory allocator constraints in AssignOp if a Grappler gr...Gravatar A. Unique TensorFlower2018-05-01
* Improve support for DT_HALF and DT_BFLOAT16 in Grappler graph optimizations.Gravatar A. Unique TensorFlower2018-03-27
* Use optimized ops to handle GPU memory swapping: this avoids the need for 2Gravatar Benoit Steiner2018-02-26
* Serialize the evaluation of the AssignAdd nodes to make the result moreGravatar Benoit Steiner2018-02-05
* Improved heuristics for swappingGravatar Benoit Steiner2018-01-26
* Track swapping candidates directly in memory instead of annotating them in th...Gravatar Benoit Steiner2018-01-22
* Improved detection of swappable nodesGravatar Benoit Steiner2018-01-19
* Entice TensorFlow to swap data out of GPU memory soonerGravatar Benoit Steiner2018-01-18
* Use multiple passes to improve memory since a single pass is often not enough.Gravatar Benoit Steiner2018-01-16
* Avoid creating swap nodes multiple times if the memory optimizer is run moreGravatar Benoit Steiner2018-01-11
* Implemented heuristic to decrease memory utilization of AddN nodesGravatar Benoit Steiner2018-01-11
* Don't swap out inputs that expect a reference.Gravatar Benoit Steiner2018-01-05
* Implemented memory swapping heuristics for GPUGravatar Benoit Steiner2018-01-05
* Add heuristics to trigger swappingGravatar Benoit Steiner2017-11-02
* Grappler memory optimization: allow inputs to gradients with non-standard nam...Gravatar Allen Lavoie2017-07-31
* Never recompute Tensors which are feeds in Grappler's memory optimizer.Gravatar Allen Lavoie2017-07-06
* Replaced constant inputs with variables to ensure most of the graph doesn't getGravatar Benoit Steiner2017-06-22
* Fix a bug in the memory optimizer when two inputs to a node are both recomputedGravatar A. Unique TensorFlower2017-06-21
* Improved the virtual cluster to actually simulate the evaluation of a TF graph.Gravatar Benoit Steiner2017-06-14
* 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
* Use slash after node prefix. It produces better organized graphs in tensorboard.Gravatar Yuefeng Zhou2017-04-22
* Add a subgraph recomputation helper function to Grappler's memory optimzerGravatar A. Unique TensorFlower2017-04-20
* Added a memory optimizer to grappler.Gravatar Benoit Steiner2017-04-04