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.py342 def _should_include_node(node_or_node_name, export_scope, exclude_nodes): argument
366 if exclude_nodes and (node_or_node_name in exclude_nodes
367 or node_name in exclude_nodes):
375 export_scope=None, exclude_nodes=None, argument
407 _should_include_node(x, export_scope, exclude_nodes)]
515 exclude_nodes=None, argument
606 exclude_nodes=exclude_nodes,
612 exclude_nodes=exclude_nodes)
970 exclude_nodes = None
979 exclude_nodes = _find_extraneous_saver_nodes(graph_def, saver_def)
[all …]