Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dsemver_test.cc26 bool IsDotOrIdentifierChar(char c) { in IsDotOrIdentifierChar() function
39 for (i = 0; i < s->size() && IsDotOrIdentifierChar((*s)[i]); ++i) { in ConsumeDotSeparatedIdentifiers()