Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py347 def _should_include_node(node_or_node_name, export_scope, exclude_nodes): argument
371 if exclude_nodes and (node_or_node_name in exclude_nodes
372 or node_name in exclude_nodes):
380 export_scope=None, exclude_nodes=None, argument
412 _should_include_node(x, export_scope, exclude_nodes)]
567 exclude_nodes=None, argument
658 exclude_nodes=exclude_nodes,
664 exclude_nodes=exclude_nodes)
985 exclude_nodes = None
994 exclude_nodes = _find_extraneous_saver_nodes(graph_def, saver_def)
[all …]