Searched defs:restore_all (Results 1 – 2 of 2) sorted by relevance
470 def restore_section(self, section, restore_all=False): argument479 def restore_section_body(self, section, restore_all=False): argument502 def restore_firmware(self, section, restore_all=False): argument509 def restore_firmware_body(self, section, restore_all=False): argument
253 Node* restore_all = FindRestoreAllOp(graph, name_prefix); in AddRestoreVariableSubgraphs() local