Searched refs:restore_all (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 470 def restore_section(self, section, restore_all=False): argument 477 corrupt_all=restore_all) 479 def restore_section_body(self, section, restore_all=False): argument 486 corrupt_all=restore_all) 502 def restore_firmware(self, section, restore_all=False): argument 506 section, restore_all=restore_all) 509 def restore_firmware_body(self, section, restore_all=False): argument 512 subsection_name = self.restore_section_body(section, restore_all=False)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training.cc | 253 Node* restore_all = FindRestoreAllOp(graph, name_prefix); in AddRestoreVariableSubgraphs() local 254 if (restore_all == nullptr) { in AddRestoreVariableSubgraphs() 308 graph->AddControlEdge(assign_op, restore_all); in AddRestoreVariableSubgraphs()
|
/external/tensorflow/tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/ |
D | saved_model.pbtxt | 2444 name: "save/restore_all" 2455 restore_op_name: "save/restore_all"
|