aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/function_def_to_graph_test.py
Commit message (Expand)AuthorAge
* Clean up the Python function API.Gravatar Akshay Agrawal2018-08-24
* Switch cond_v2 to using tfe.defun instead of function.Defun.Gravatar Skye Wanderman-Milne2018-08-23
* Make function_def_to_graph{_def} work with control dependencies.Gravatar Skye Wanderman-Milne2018-08-23
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Support Defuns and nested Defuns inside cond_v2 branches.Gravatar Saurabh Saxena2018-07-19
* Add utility for converting FunctionDef to GraphDef and _FuncGraph.Gravatar Saurabh Saxena2018-05-31