Searched refs:physical_device_desc (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device_factory.cc | 32 TfGpuId tf_gpu_id, const string& physical_device_desc, in GPUDevice() argument 35 physical_device_desc, gpu_allocator, cpu_allocator, in GPUDevice() 66 const string& physical_device_desc, Allocator* gpu_allocator, in CreateGPUDevice() argument 69 tf_gpu_id, physical_device_desc, in CreateGPUDevice()
|
D | gpu_device.h | 56 TfGpuId tf_gpu_id, const string& physical_device_desc, 308 const string& physical_device_desc, Allocator* gpu_allocator,
|
D | gpu_device.cc | 301 const string& physical_device_desc, in BaseGPUDevice() argument 306 physical_device_desc)), in BaseGPUDevice()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device.cc | 44 const DeviceLocality& locality, const string& physical_device_desc) { in BuildDeviceAttributes() argument 53 da.set_physical_device_desc(physical_device_desc); in BuildDeviceAttributes()
|
D | device_mgr.cc | 89 if (!dev->attributes().physical_device_desc().empty()) { in DeviceMappingString() 91 dev->attributes().physical_device_desc(), "\n"); in DeviceMappingString()
|
D | device.h | 187 const DeviceLocality& locality, const string& physical_device_desc);
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_device.h | 200 const string& physical_device_desc, SYCLAllocator* sycl_allocator, in SYCLDevice() argument 204 physical_device_desc)), in SYCLDevice()
|
/external/tensorflow/tensorflow/core/framework/ |
D | device_attributes.proto | 51 string physical_device_desc = 7; field
|
/external/tensorflow/tensorflow/tools/test/ |
D | system_info_lib.py | 136 device_info.physical_description = d.physical_device_desc
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/ |
D | densenet_test.py | 196 if 'K20' in device.physical_device_desc: 198 if 'P100' in device.physical_device_desc:
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
D | resnet50_test.py | 191 if 'K20' in device.physical_device_desc: 193 if 'P100' in device.physical_device_desc:
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | revnet_test.py | 210 if "K20" in device.physical_device_desc: 212 if "P100" in device.physical_device_desc:
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 1300 local_device.physical_device_desc) >=
|