Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_gpu_device.cc43 for (const string& platform_gpu_id_str : visible_devices) { in ParseVisibleDeviceList() local
45 if (!absl::SimpleAtoi(platform_gpu_id_str, &platform_gpu_id)) { in ParseVisibleDeviceList()
48 platform_gpu_id_str, in ParseVisibleDeviceList()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc784 for (const string& platform_gpu_id_str : order_str) { in ParseVisibleDeviceList() local
786 if (!strings::safe_strto32(platform_gpu_id_str, &platform_gpu_id)) { in ParseVisibleDeviceList()
789 platform_gpu_id_str, in ParseVisibleDeviceList()