Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/schema/builtin_ops_header/
Dgenerator.cc93 for (char input_char : name) { in ConstantizeVariableName() local
94 if (input_char == '_') { in ConstantizeVariableName()
97 result += toupper(input_char); in ConstantizeVariableName()
100 result += tolower(input_char); in ConstantizeVariableName()