Searched refs:update_labels (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/control_segments/ |
D | repair | 42 target.labels.update_labels(target, keep_pool=True)
|
D | provision | 61 host.labels.update_labels(host, keep_pool=True)
|
/external/autotest/server/hosts/ |
D | base_label.py | 256 def update_labels(self, host, keep_pool=False): member in LabelRetriever
|
D | base_label_unittest.py | 182 retriever.update_labels(mockhost)
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 1214 labels_accum, update_labels = streaming_concat( 1221 update_op = control_flow_ops.group(update_labels, update_preds, 1225 update_op = control_flow_ops.group(update_labels, update_preds) 1489 labels_accum, update_labels = streaming_concat(labels, 1494 update_labels, update_preds, update_weights)
|
/external/autotest/site_utils/deployment/ |
D | install.py | 567 host.labels.update_labels(host)
|