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.cc410 PrioritizedDeviceTypeVector target_intersection; in MergeSupportedDevices() local
424 target_intersection.push_back(prioritized_device_type); in MergeSupportedDevices()
428 DeviceSet::SortPrioritizedDeviceTypeVector(&target_intersection); in MergeSupportedDevices()
433 bool is_target_prioritized = HasPriorities(target_intersection); in MergeSupportedDevices()
438 result = target_intersection; in MergeSupportedDevices()
442 result = target_intersection; in MergeSupportedDevices()
450 if (ArePrioritiesSame(target_intersection, other_intersection)) { in MergeSupportedDevices()
451 result = target_intersection; in MergeSupportedDevices()
453 for (const auto& prioritized_device : target_intersection) { in MergeSupportedDevices()