Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.cc65 static bool DeviceTypeComparator(const DeviceType& a, const DeviceType& b) { in DeviceTypeComparator() function
86 std::sort(result.begin(), result.end(), DeviceTypeComparator); in PrioritizedDeviceTypeList()
101 return DeviceTypeComparator(a.first, b.first); in SortPrioritizedDeviceTypeVector()