aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler/tf_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
* Fix a shape inference bug.Gravatar Benoit Steiner2018-04-03
* Ensured that the model pruner outputs the nodes of the optimized graph in aGravatar Benoit Steiner2018-02-21
* Temporarily disabled part of a test that fails on MacOSGravatar Benoit Steiner2018-02-21
* Make sure the nodes that are refered to by a collection are preserved during anGravatar Benoit Steiner2018-02-20
* Fold fetch nodes.Gravatar Yao Zhang2017-09-21
* Do not keep unused, folded nodes in the graph to reduce the graph size.Gravatar Yao Zhang2017-08-28
* Avoid creating new nodes and updating the input names of output nodes, if a f...Gravatar Yao Zhang2017-08-14
* Added a python API to the meta graph optimizerGravatar Benoit Steiner2017-04-25