Searched refs:kTfDeviceTypeRegEx (Results 1 – 1 of 1) sorted by relevance
80 static const LazyRE2 kTfDeviceTypeRegEx = {"[A-Z][A-Z_]*"}; in ValidateDeviceType() local81 bool matches = RE2::FullMatch(type, *kTfDeviceTypeRegEx); in ValidateDeviceType()85 kTfDeviceTypeRegEx->pattern(), ".")); in ValidateDeviceType()