Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1115 int next_tf_gpu_id = 0; in CreateDevices() local
1132 while (next_tf_gpu_id < memory_limit_bytes.size()) { in CreateDevices()
1133 TfGpuId tf_gpu_id(next_tf_gpu_id); in CreateDevices()
1134 ++next_tf_gpu_id; in CreateDevices()
1139 const int num_tf_gpus = next_tf_gpu_id; in CreateDevices()
1146 CHECK_EQ(next_tf_gpu_id, memory_limit_bytes.size()); in CreateDevices()