Removes unused nodes from a GraphDef. Args: input_graph_def: A graph with nodes we want to prune. input_node_names: A list of the nodes we use as inputs. output_node_names: A list of the output nodes. placeholder_type_enum: The AttrValue enum for the placeholder data type, or
(input_graph_def, input_node_names, output_node_names,
placeholder_type_enum)
source not stored for this graph (policy: none)
no test coverage detected