Searched refs:restore_all (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 315 def restore_section(self, section, restore_all=False): argument 319 corrupt_all=restore_all) 321 def restore_section_body(self, section, restore_all=False): argument 325 corrupt_all=restore_all) 340 def restore_firmware(self, section, restore_all=False): argument 343 subsection_name = self.restore_section(section, restore_all=restore_all) 346 def restore_firmware_body(self, section, restore_all=False): argument 350 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() 304 graph->AddControlEdge(assign_op, restore_all); in AddRestoreVariableSubgraphs()
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 519 self._ec_handler.restore_firmware(section, restore_all=True) 535 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"
|