aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/grappler/item.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
* Started to open source the RL placer.Gravatar Benoit Steiner2018-02-21
* Made hard colocation constraints (i.e constraints that must be met for theGravatar Benoit Steiner2017-12-21
* Added the ability to sort important ops topologicallyGravatar Benoit Steiner2017-12-14
* Always inline functions when creating an item.Gravatar Benoit Steiner2017-12-11
* Added an option to assume that the shape of fed nodes in unknown since any sh...Gravatar Benoit Steiner2017-11-28
* Prevented a couple of memory leaks in the code generated by swigGravatar Benoit Steiner2017-11-22
* Acquire the GIL before working with PyLists and PyDict.Gravatar Benoit Steiner2017-11-22
* Let python handle the deletion of the item objects instead of trying to takeGravatar Benoit Steiner2017-11-22
* Added a python API on top of Grappler items and Grappler clustersGravatar Benoit Steiner2017-09-27