Home
last modified time | relevance | path

Searched refs:GetNameFor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.cc83 names.push_back(string(GetNameFor(device_id))); in DebugString()
126 const absl::string_view name0 = device_info_cache.GetNameFor(d0); in PickDeviceForXlaImpl()
127 const absl::string_view name1 = device_info_cache.GetNameFor(d1->value()); in PickDeviceForXlaImpl()
192 device_info_cache.GetNameFor(*maybe_unknown_device), ", ", in PickDeviceForXlaImpl()
193 device_info_cache.GetNameFor(*maybe_gpu_device))); in PickDeviceForXlaImpl()
200 device_info_cache.GetNameFor(*maybe_unknown_device), ", ", in PickDeviceForXlaImpl()
201 device_info_cache.GetNameFor(*maybe_cpu_device))); in PickDeviceForXlaImpl()
Ddevice_util_test.cc37 *result = string(cache.GetNameFor(result_id)); in PickDeviceHelper()
125 actual_devices.push_back(string(device_info_cache.GetNameFor(device_id))); in SimpleRoundTripTestForDeviceSet()
Ddevice_util.h117 absl::string_view GetNameFor(DeviceId device) const { in GetNameFor() function
Dbuild_xla_ops_pass.cc377 << device_info_cache->GetNameFor(result); in InferDeviceForCluster()
487 string device_name_str = string(device_info_cache->GetNameFor(device)); in ReplaceNodeWithXlaCompileAndXlaRun()
Dmark_for_compilation_pass.cc1636 << "chosen device = " << device_info_cache_.GetNameFor(chosen_device) in ShouldCompileClusterImpl()
1671 << device_info_cache_.GetNameFor(chosen_device); in ShouldCompileClusterImpl()