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.cc411 PrioritizedDeviceTypeVector other_intersection; in MergeSupportedDevices() local
419 other_intersection.push_back(other_prioritized_device_type); in MergeSupportedDevices()
429 DeviceSet::SortPrioritizedDeviceTypeVector(&other_intersection); in MergeSupportedDevices()
434 bool is_other_prioritized = HasPriorities(other_intersection); in MergeSupportedDevices()
444 result = other_intersection; in MergeSupportedDevices()
450 if (ArePrioritiesSame(target_intersection, other_intersection)) { in MergeSupportedDevices()