Searched refs:protected_nodes (Results 1 – 2 of 2) sorted by relevance
311 def remove_training_nodes(input_graph, protected_nodes=None): argument330 if not protected_nodes:331 protected_nodes = []338 if node.op in types_to_remove and node.name not in protected_nodes:367 if node.op in types_to_splice and node.name not in protected_nodes:
21 …argspec: "args=[\'input_graph\', \'protected_nodes\'], varargs=None, keywords=None, defaults=[\'No…