HomeSort by relevance Sort by last modified time
    Searched refs:restore_all (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 316 def restore_section(self, section, restore_all=False):
320 corrupt_all=restore_all)
322 def restore_section_body(self, section, restore_all=False):
326 corrupt_all=restore_all)
341 def restore_firmware(self, section, restore_all=False):
344 subsection_name = self.restore_section(section, restore_all=restore_all)
347 def restore_firmware_body(self, section, restore_all=False):
351 restore_all=False)
  /external/tensorflow/tensorflow/python/tools/
optimize_for_inference.py 39 "restore_all".
  /external/tensorflow/tensorflow/core/graph/
quantize_training.cc 158 // The restore_all op should have the same prefix of the save_op.
159 if (node->name() == strings::StrCat(save_prefix, "/restore_all")) {
245 // Add a restore subgraph for each variable and connect to the restore_all op.
247 // Assign----restore_all
255 Node* restore_all = FindRestoreAllOp(graph, name_prefix); local
256 if (restore_all == nullptr) {
257 return errors::InvalidArgument("graph has SaveOp, but no restore_all NoOp");
309 // Add a control edge from the assign op to restore_all op.
310 graph->AddControlEdge(assign_op, restore_all);
  /external/autotest/client/cros/faft/
rpc_functions.py 526 self._ec_handler.restore_firmware(section, restore_all=True)
542 self._ec_handler.restore_firmware_body(section, restore_all=True)

Completed in 229 milliseconds