Home
last modified time | relevance | path

Searched refs:get_func_graph (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util_v2.py288 def get_func_graph(op, input_shapes, func_name): function
Dcond_v2.py333 func_graph = util.get_func_graph(op, input_shapes, name_attr_list.name)
Dwhile_v2.py603 func_graph = util.get_func_graph(while_op, input_shapes, func_name)