Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dop_hint.py854 function_def_nodes = set()
874 function_def_nodes.update([x.name for x in new_nodes])
878 return children_hints, out, function_def_nodes
934 function_def_nodes=None, argument
953 if function_def_nodes is None:
954 function_def_nodes = set()
973 elif n not in reachable_by_input and n not in function_def_nodes:
1195 children_hints, curr_graph_def, function_def_nodes = _find_children_hints(
1233 child_hint, curr_graph_def, function_def_nodes,