Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1381 const char* tf_min_gpu_core_count = getenv("TF_MIN_GPU_MULTIPROCESSOR_COUNT"); in GetMinGPUMultiprocessorCount() local
1383 if (tf_min_gpu_core_count == nullptr || in GetMinGPUMultiprocessorCount()
1384 strcmp(tf_min_gpu_core_count, "") == 0) { in GetMinGPUMultiprocessorCount()
1389 if (strings::safe_strto32(tf_min_gpu_core_count, &min_gpu_core_count)) { in GetMinGPUMultiprocessorCount()
1398 << tf_min_gpu_core_count << "]. " in GetMinGPUMultiprocessorCount()