Home
last modified time | relevance | path

Searched defs:restore_all (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py315 def restore_section(self, section, restore_all=False): argument
321 def restore_section_body(self, section, restore_all=False): argument
340 def restore_firmware(self, section, restore_all=False): argument
346 def restore_firmware_body(self, section, restore_all=False): argument
/external/tensorflow/tensorflow/core/graph/
Dquantize_training.cc255 Node* restore_all = FindRestoreAllOp(graph, name_prefix); in AddRestoreVariableSubgraphs() local