Searched defs:GetShortDeviceDescription (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_device.h82 LOG(INFO) << GetShortDeviceDescription(i);
165 string GetShortDeviceDescription(int device_id = 0) const { function in class:tensorflow::GSYCLInterface
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc988 static string GetShortDeviceDescription(CudaGpuId cuda_gpu_id, function in namespace:tensorflow
1023 << GetShortDeviceDescription(cuda_gpu_id, desc) << ")";
1027 GetShortDeviceDescription(cuda_gpu_id, desc),
1373 << "(" << GetShortDeviceDescription(visible_gpu_id, desc)
1382 << "(" << GetShortDeviceDescription(visible_gpu_id, desc)
1396 << "(" << GetShortDeviceDescription(visible_gpu_id, desc)

Completed in 344 milliseconds