Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1230 int priority_low, priority_high; in CreateDevices() local
1231 cudaDeviceGetStreamPriorityRange(&priority_low, &priority_high); in CreateDevices()
1238 << "): " << priority_high << "," << priority_low; in CreateDevices()
1241 std::make_pair(priority_low, priority_high))); in CreateDevices()
1255 int priority_low, priority_high; in CreateDevices()
1256 hipDeviceGetStreamPriorityRange(&priority_low, &priority_high); in CreateDevices()
1263 << "): " << priority_high << "," << priority_low; in CreateDevices()
1266 std::make_pair(priority_low, priority_high))); in CreateDevices()