Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dscanner.h52 LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE, // SLASH is / only, not backslash enumerator
203 case LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE: in Matches()
Dscanner_test.cc296 ClassStr(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE)); in TEST_F()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc740 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidNodeName()
751 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidNodeName()
759 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidDataInputName()
778 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidDataInputName()
787 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidControlInputName()
798 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidControlInputName()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc53 .Any(strings::Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in ReadOpListFromFile()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.cc43 .Any(strings::Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in FunctionDefTensorDesc()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_graph.cc119 .Many(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE) in ParseTransformParameters()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc76 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidNodeName()
87 .Any(Scanner::LETTER_DIGIT_DASH_DOT_SLASH_UNDERSCORE); in IsValidNodeName()