Home
last modified time | relevance | path

Searched refs:IsCompleteSpecification (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.h137 static bool IsCompleteSpecification(const ParsedName& pattern,
Ddevice_name_utils_test.cc303 return DeviceNameUtils::IsCompleteSpecification(p, a); in IsCSHelper()
306 TEST(DeviceNameUtilsTest, IsCompleteSpecification) { in TEST() argument
Ddevice_name_utils.cc333 bool DeviceNameUtils::IsCompleteSpecification(const ParsedName& pattern, in IsCompleteSpecification() function in tensorflow::DeviceNameUtils
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.cc50 if (DeviceNameUtils::IsCompleteSpecification(spec, d->parsed_name())) { in FindMatchingDevices()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtpu_rewrite_device_util.cc67 if (DeviceNameUtils::IsCompleteSpecification(spec, device)) in FindMatchingDevices()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc257 DeviceNameUtils::IsCompleteSpecification(pattern, in SelectBestMatchingDevice()