Searched refs:IsCompleteSpecification (Results 1 – 4 of 4) sorted by relevance
47 if (DeviceNameUtils::IsCompleteSpecification(spec, d->parsed_name())) { in FindMatchingDevices()
120 static bool IsCompleteSpecification(const ParsedName& pattern,
285 return DeviceNameUtils::IsCompleteSpecification(p, a); in IsCSHelper()288 TEST(DeviceNameUtilsTest, IsCompleteSpecification) { in TEST() argument
317 bool DeviceNameUtils::IsCompleteSpecification(const ParsedName& pattern, in IsCompleteSpecification() function in tensorflow::DeviceNameUtils