Searched refs:kTfOpNameRegEx (Results 1 – 1 of 1) sorted by relevance
46 static const LazyRE2 kTfOpNameRegEx = {"[A-Za-z0-9.][A-Za-z0-9_.\\/>-]*"}; in IsTfOpName() local47 return RE2::FullMatch(op_name, *kTfOpNameRegEx); in IsTfOpName()