Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc331 PrioritizedDeviceTypeVector target_intersection; in MergeSupportedDevices() local
345 target_intersection.push_back(prioritized_device_type); in MergeSupportedDevices()
366 std::sort(target_intersection.begin(), target_intersection.end(), in MergeSupportedDevices()
372 bool is_target_prioritized = HasPriorities(target_intersection); in MergeSupportedDevices()
377 result = target_intersection; in MergeSupportedDevices()
381 result = target_intersection; in MergeSupportedDevices()
389 if (ArePrioritiesSame(target_intersection, other_intersection)) { in MergeSupportedDevices()
390 result = target_intersection; in MergeSupportedDevices()
392 for (const auto& prioritized_device : target_intersection) { in MergeSupportedDevices()