Home
last modified time | relevance | path

Searched refs:host_ids (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection.cc261 std::vector<uint32> host_ids; in DebugString() local
262 host_ids.reserve(perhost_alignment_.size()); in DebugString()
265 host_ids.push_back(host_id); in DebugString()
267 absl::c_sort(host_ids); in DebugString()
270 for (const auto host_id : host_ids) { in DebugString()
277 for (const auto host_id : host_ids) { in DebugString()
/external/autotest/frontend/afe/
Drpc_utils.py297 host_ids = [host.id for host in host_objects]
298 hosts_in_job = models.Host.objects.filter(id__in=host_ids)