Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc31 static bool IsAlphaNumOrUnderscore(char c) { in IsAlphaNumOrUnderscore() function
38 std::all_of(in.begin(), in.end(), IsAlphaNumOrUnderscore); in IsJobName()
47 if (!std::all_of(in->begin(), end_it, IsAlphaNumOrUnderscore)) { in ConsumePrefix()