Searched refs:regex_exp (Results 1 – 1 of 1) sorted by relevance
30 std::regex regex_exp(kTfDeviceTypeRegEx); in ValidateDeviceType() local31 bool matches = std::regex_match(device_type, match_results, regex_exp); in ValidateDeviceType()