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.py843 function_def_nodes = set()
864 function_def_nodes.update([x.name for x in new_nodes])
868 return children_hints, out, function_def_nodes
925 function_def_nodes=None, argument
944 if function_def_nodes is None:
945 function_def_nodes = set()
964 elif n not in reachable_by_input and n not in function_def_nodes:
1169 children_hints, curr_graph_def, function_def_nodes = _find_children_hints(
1209 child_hint, curr_graph_def, function_def_nodes,