Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.cc71 auto device_sort = [](const std::pair<Device*, int32>& a, in FilterSupportedDevices() local
89 prioritized_filtered_devices.end(), device_sort); in FilterSupportedDevices()
350 auto device_sort = [](const std::pair<DeviceType, int32>& a, in MergeSupportedDevices() local
367 device_sort); in MergeSupportedDevices()
368 std::sort(other_intersection.begin(), other_intersection.end(), device_sort); in MergeSupportedDevices()
395 std::sort(result.begin(), result.end(), device_sort); in MergeSupportedDevices()