Home
last modified time | relevance | path

Searched refs:host_spec (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dhost_spec_unittest.py14 from autotest_lib.server.cros.dynamic_suite import host_spec
26 _SPECS = [host_spec.HostSpec([_BOARD]),
27 host_spec.HostSpec([_BOARD, 'pool:bvt']),
28 host_spec.HostSpec([_BOARD], ['label1'])]
33 reordered = host_spec.order_by_complexity(self._SPECS)
65 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],
66 host_spec.HostSpec(['l2']): host_list[1:]}
67 group = host_spec.ExplicitHostGroup(hosts_per_spec)
75 hosts_per_spec = {host_spec.HostSpec(['l1']): host_list[:1],
76 host_spec.HostSpec(['l2']): host_list}
[all …]
Dtools_unittest.py20 from autotest_lib.server.cros.dynamic_suite.host_spec import HostSpec
21 from autotest_lib.server.cros.dynamic_suite import host_spec
45 self.specs = host_spec.order_by_complexity(host_spec_list)
Dhost_spec.py24 def extract_label_list_len(host_spec): argument
25 return len(host_spec.labels)
Djob_status_unittest.py28 from autotest_lib.server.cros.dynamic_suite import host_spec
141 group = self.mox.CreateMock(host_spec.HostGroup)
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_helpers.cc99 DeviceNameUtils::ParsedName host_spec; in GetHostSystemDevices() local
106 &host_spec)); in GetHostSystemDevices()
112 strings::StrCat("/device:", DEVICE_TPU_SYSTEM, ":0"), &host_spec)); in GetHostSystemDevices()
114 device_set.FindMatchingDevices(host_spec, host_system_devices); in GetHostSystemDevices()
118 << DeviceNameUtils::ParsedNameToString(host_spec); in GetHostSystemDevices()