Searched refs:labels_list (Results 1 – 13 of 13) sorted by relevance
/external/autotest/server/control_segments/ |
D | reset | 17 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)
|
D | verify | 15 labels_list = [l.strip() for l in job_labels.split(',') if l] 28 provision.Verify.run_task_actions(job, target, labels_list)
|
D | cleanup | 19 labels_list = [l.strip() for l in job_labels.split(',') if l] 43 provision.Cleanup.run_task_actions(job, host, labels_list)
|
D | repair | 15 labels_list = [l.strip() for l in job_labels.split(',') if l] 47 logging.debug('Repair with labels list %s', labels_list)
|
D | provision | 28 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/ |
D | bm_json.py | 187 labels_list = [ 192 for el in labels_list: 194 labels = dict(labels_list)
|
/external/grpc-grpc/tools/profiling/microbenchmarks/ |
D | bm_json.py | 187 labels_list = [ 192 for el in labels_list: 194 labels = dict(labels_list)
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | label_wav.cc | 138 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()
|
D | label_wav_dir.py | 93 labels_list = load_labels(labels) 98 run_graph(wav_dir, labels_list, input_name, output_name, how_many_labels)
|
D | label_wav.py | 87 labels_list = load_labels(labels) 95 run_graph(wav_data, labels_list, input_name, output_name, how_many_labels)
|
D | test_streaming_accuracy.cc | 195 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/ |
D | dataset_utils.py | 95 labels_list = [] 98 labels_list.append(partial_labels) 109 for partial_labels in labels_list:
|
/external/autotest/server/hosts/ |
D | cros_label.py | 108 labels_list = [] 117 labels_list.append(str(count)) 123 logging.info('Bluetooth Peer labels are %s', labels_list) 124 return labels_list
|