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

  /external/autotest/server/hosts/
base_label.py 263 new_labels = set(self.get_labels(host))
267 labels_to_remove = list(old_labels & (known_labels - new_labels))
274 labels_to_add = list(new_labels - old_labels)
  /external/autotest/site_utils/deployment/
install.py 483 new_labels = afe.get_labels(name=platform)
484 if not new_labels:
  /external/autotest/frontend/afe/
models.py 832 def check_board_labels_allowed(cls, hosts, new_labels=[]):
838 @param new_labels: A list of labels to be added to the hosts.
854 if not server_utils.board_labels_allowed(boards + new_labels):
    [all...]
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops_test.py     [all...]

Completed in 206 milliseconds