Home
last modified time | relevance | path

Searched refs:labels_list (Results 1 – 13 of 13) sorted by relevance

/external/autotest/server/control_segments/
Dreset17 labels_list = [l.strip() for l in job_labels.split(',') if l]
30 provision.Cleanup.run_task_actions(job, target, labels_list)
33 provision.Verify.run_task_actions(job, target, labels_list)
Dverify15 labels_list = [l.strip() for l in job_labels.split(',') if l]
28 provision.Verify.run_task_actions(job, target, labels_list)
Dcleanup19 labels_list = [l.strip() for l in job_labels.split(',') if l]
43 provision.Cleanup.run_task_actions(job, host, labels_list)
Drepair15 labels_list = [l.strip() for l in job_labels.split(',') if l]
47 logging.debug('Repair with labels list %s', labels_list)
Dprovision28 labels_list = []
33 labels_list.append(split[0].strip())
52 provision.Provision.run_task_actions(job, host, labels_list)
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/
Dbm_json.py187 labels_list = [
192 for el in labels_list:
194 labels = dict(labels_list)
/external/grpc-grpc/tools/profiling/microbenchmarks/
Dbm_json.py187 labels_list = [
192 for el in labels_list:
194 labels = dict(labels_list)
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc138 std::vector<string> labels_list; in main() local
139 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main()
172 LOG(INFO) << labels_list[label_index] << " (" << label_index in main()
Dlabel_wav_dir.py93 labels_list = load_labels(labels)
98 run_graph(wav_dir, labels_list, input_name, output_name, how_many_labels)
Dlabel_wav.py87 labels_list = load_labels(labels)
95 run_graph(wav_data, labels_list, input_name, output_name, how_many_labels)
Dtest_streaming_accuracy.cc195 std::vector<string> labels_list; in main() local
196 Status read_labels_status = ReadLabelsFile(labels, &labels_list); in main()
242 labels_list, average_window_ms, detection_threshold, suppression_ms); in main()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Ddataset_utils.py95 labels_list = []
98 labels_list.append(partial_labels)
109 for partial_labels in labels_list:
/external/autotest/server/hosts/
Dcros_label.py108 labels_list = []
117 labels_list.append(str(count))
123 logging.info('Bluetooth Peer labels are %s', labels_list)
124 return labels_list