Searched refs:restore_all (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 316 def restore_section(self, section, restore_all=False): argument 320 corrupt_all=restore_all) 322 def restore_section_body(self, section, restore_all=False): argument 326 corrupt_all=restore_all) 341 def restore_firmware(self, section, restore_all=False): argument 344 subsection_name = self.restore_section(section, restore_all=restore_all) 347 def restore_firmware_body(self, section, restore_all=False): argument 351 restore_all=False)
|
/external/tensorflow/tensorflow/core/graph/ |
D | quantize_training.cc | 255 Node* restore_all = FindRestoreAllOp(graph, name_prefix); in AddRestoreVariableSubgraphs() local 256 if (restore_all == nullptr) { in AddRestoreVariableSubgraphs() 310 graph->AddControlEdge(assign_op, restore_all); in AddRestoreVariableSubgraphs()
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 526 self._ec_handler.restore_firmware(section, restore_all=True) 542 self._ec_handler.restore_firmware_body(section, restore_all=True)
|
/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"
|