Searched refs:protected_nodes (Results 1 – 2 of 2) sorted by relevance
292 def remove_training_nodes(input_graph, protected_nodes=None): argument311 if not protected_nodes:312 protected_nodes = []319 if node.op in types_to_remove and node.name not in protected_nodes:348 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…