Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.cc65 auto a_priority = DeviceSet::DeviceTypeOrder(a); in DeviceTypeComparator() local
67 if (a_priority != b_priority) { in DeviceTypeComparator()
68 return a_priority > b_priority; in DeviceTypeComparator()
Dcolocation_graph.cc77 auto a_priority = in FilterSupportedDevices() local
83 if (a_priority != b_priority) { in FilterSupportedDevices()
84 return a_priority > b_priority; in FilterSupportedDevices()
357 auto a_priority = DeviceSet::DeviceTypeOrder(a.first); in MergeSupportedDevices() local
359 if (a_priority != b_priority) { in MergeSupportedDevices()
360 return a_priority > b_priority; in MergeSupportedDevices()
/external/avb/
Davbtool2155 a_priority = int(tokens[0])
2165 a_priority, a_tries_remaining, a_success,