Searched refs:kTfOpTypeRegEx (Results 1 – 1 of 1) sorted by relevance
51 static const LazyRE2 kTfOpTypeRegEx = {"[A-Z_][a-zA-Z0-9_]*"}; in IsTfOpType() local52 return RE2::FullMatch(op_type, *kTfOpTypeRegEx); in IsTfOpType()