aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler/tf_optimizer.i
Commit message (Expand)AuthorAge
* Don't inline functions in the grappler item builder since this part of the co...Gravatar Benoit Steiner2018-03-16
* Preserve user placement as much as possible when optimizing the graphGravatar Benoit Steiner2018-02-23
* Show friendlier error message on failure in tf_optimizer.iGravatar Max Galkin2018-01-25
* Prevented a couple of memory leaks in the code generated by swigGravatar Benoit Steiner2017-11-22
* Pass VirtualCluster to tf_optimizer to enable cross-optimization of models.Gravatar Yao Zhang2017-11-21
* Added an option to make the graph optimizer less verboseGravatar Benoit Steiner2017-11-20
* Add a unit test for gradient computation with layout optimizer.Gravatar Yao Zhang2017-11-06
* Setup the virtual cluster with the devices available instead of an empty set ofGravatar Benoit Steiner2017-11-03
* Pass in the CPU device to grappler, instead of making a new one, when possible.Gravatar A. Unique TensorFlower2017-09-07
* Add flag to determine whether to do L1 optimizations and inline functions. De...Gravatar A. Unique TensorFlower2017-05-31
* Propagate the cluster to the grappler optimizers: this will enable the develo...Gravatar Benoit Steiner2017-05-10
* Added a python API to the meta graph optimizerGravatar Benoit Steiner2017-04-25