Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator.cc26 const char* force_allow_growth_string = in GetAllowGrowthValue() local
28 if (force_allow_growth_string == nullptr) { in GetAllowGrowthValue()
32 if (strcmp("false", force_allow_growth_string) == 0) { in GetAllowGrowthValue()
40 } else if (strcmp("true", force_allow_growth_string) == 0) { in GetAllowGrowthValue()
52 << " not be parsed: \"" << force_allow_growth_string << "\". Valid" in GetAllowGrowthValue()