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.py470 def restore_section(self, section, restore_all=False): argument
479 def restore_section_body(self, section, restore_all=False): argument
502 def restore_firmware(self, section, restore_all=False): argument
509 def restore_firmware_body(self, section, restore_all=False): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training.cc253 Node* restore_all = FindRestoreAllOp(graph, name_prefix); in AddRestoreVariableSubgraphs() local