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.cc62 static bool DeviceTypeComparator(const DeviceType& a, const DeviceType& b) { in DeviceTypeComparator() function
83 std::sort(result.begin(), result.end(), DeviceTypeComparator); in PrioritizedDeviceTypeList()