Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc332 PrioritizedDeviceTypeVector other_intersection; in MergeSupportedDevices() local
340 other_intersection.push_back(other_prioritized_device_type); in MergeSupportedDevices()
368 std::sort(other_intersection.begin(), other_intersection.end(), device_sort); in MergeSupportedDevices()
373 bool is_other_prioritized = HasPriorities(other_intersection); in MergeSupportedDevices()
383 result = other_intersection; in MergeSupportedDevices()
389 if (ArePrioritiesSame(target_intersection, other_intersection)) { in MergeSupportedDevices()