Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc81 bool IsLegalChar(char c, bool first_char) { in IsLegalChar() function
105 if (IsLegalChar(c, first)) { in LegalizeNodeName()