aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/function_def_to_graph.py
Commit message (Expand)AuthorAge
* 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
* Support Defuns and nested Defuns inside cond_v2 branches.Gravatar Saurabh Saxena2018-07-19
* Move cond_v2 to core (non-public) and add toggle to use cond_v2 by default.Gravatar Skye Wanderman-Milne2018-06-15
* Add utility for converting FunctionDef to GraphDef and _FuncGraph.Gravatar Saurabh Saxena2018-05-31