Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dpath.cc279 size_t min_filename_size = in CommonPathPrefix() local
283 if (min_filename_size == 0) return ""; in CommonPathPrefix()
286 for (size_t prefix_size = 0; prefix_size < min_filename_size; in CommonPathPrefix()
295 return min_filename_size; in CommonPathPrefix()