Home
last modified time | relevance | path

Searched refs:label_list (Results 1 – 20 of 20) sorted by relevance

/external/autotest/cli/
Dlabel.py57 class label_list(action_common.atest_list, label): class
62 super(label_list, self).__init__()
86 (options, leftover) = super(label_list, self).parse([host_info])
115 return super(label_list, self).execute(op='get_labels',
136 super(label_list, self).output(results, keys)
/external/tensorflow/tensorflow/examples/speech_commands/
Dtest_streaming_accuracy.py95 label_list = []
98 label_list.append(line.strip())
99 return label_list
113 label_list = read_label_file(FLAGS.labels)
117 labels=label_list,
/external/autotest/server/hosts/
Dbase_label.py196 def _populate_known_labels(self, label_list, task_name): argument
198 for label_instance in label_list:
206 def __init__(self, label_list): argument
207 self._labels = label_list
Dbase_label_unittest.py140 label_list = [TestStringPrefixLabel(), TestBaseLabel()]
141 self.retriever = base_label.LabelRetriever(label_list)
142 self.retriever._populate_known_labels(label_list, '')
/external/tensorflow/third_party/nccl/
Dbuild_defs.bzl.tpl32 "srcs": attr.label_list(allow_files = True),
141 "deps": attr.label_list(),
190 "srcs": attr.label_list(mandatory = True, allow_files = True),
192 … # "_crosstool": attr.label_list(cfg = "host", default = ["@bazel_tools//tools/cpp:crosstool"]),
/external/autotest/frontend/afe/
Drpc_interface.py659 label_list = []
662 for label in host_obj.label_list:
665 label_list.append(static_label)
667 label_list.append(label)
669 host_dict['labels'] = [label.name for label in label_list]
671 host_obj.hostname, label_list)
673 host_dict['labels'] = [label.name for label in host_obj.label_list]
675 host_obj.hostname, host_obj.label_list)
Dmoblab_rpc_interface.py564 labels = [label.name for label in host.label_list]
774 for label in host.label_list:
805 for label in host.label_list:
Dmoblab_rpc_interface_unittest.py584 mock_minnie.label_list = mock_minnie_labels
593 mock_bruce.label_list = mock_bruce_labels
Drpc_utils.py560 def find_platform(hostname, label_list): argument
570 platforms = [label.name for label in label_list if label.platform]
Dmodels.py824 platforms = [label.name for label in host.label_list
856 boards = [label.name for label in host.label_list
/external/tensorflow/third_party/flatbuffers/
Dbuild_defs.bzl310 "srcs": attr.label_list(
318 "deps": attr.label_list(
366 "deps": attr.label_list(mandatory = True),
/external/perfetto/bazel/
Dproto_gen.bzl98 "deps": attr.label_list(
/external/grpc-grpc-java/
Djava_grpc_library.bzl40 "srcs": attr.label_list(
/external/grpc-grpc/bazel/
Dgenerate_cc.bzl84 "srcs": attr.label_list(
/external/autotest/site_utils/
Dlab_inventory.py496 label_list = [constants.Labels.POOL_PREFIX + l for l in target_pools]
497 afehosts = afe.get_hosts(labels__name__in=label_list)
/external/protobuf/
Dprotobuf.bzl181 "srcs": attr.label_list(allow_files = True),
182 "deps": attr.label_list(providers = ["proto"]),
/external/tensorflow/tensorflow/
Dtensorflow.bzl1647 "srcs": attr.label_list(
1651 "swig_includes": attr.label_list(
1654 "deps": attr.label_list(
1658 "toolchain_deps": attr.label_list(
1716 "deps": attr.label_list(
1818 "deps": attr.label_list(
1823 "disallowed_deps": attr.label_list(
/external/toolchain-utils/cros_utils/
Dtabulator.py236 def __init__(self, run_keyvals, label_list, iter_counts, weights): argument
238 self, run_keyvals, label_list, key_name='Benchmarks')
/external/python/cpython2/Lib/
Dmailbox.py1311 for label_list in self._labels.values():
1312 labels.update(label_list)
/external/python/cpython3/Lib/
Dmailbox.py1325 for label_list in self._labels.values():
1326 labels.update(label_list)