Home | Sort by relevance Sort by last modified time |
/external/tensorflow/tensorflow/core/lib/strings/ | |
str_util.cc | 74 inline bool ascii_isxdigit(unsigned char c) { function in namespace:tensorflow::str_util::__anon40032 185 } else if (!ascii_isxdigit(p[1])) { 191 while (p < last_byte && ascii_isxdigit(p[1])) |