Home
last modified time | relevance | path

Searched refs:physical_device_desc (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_factory.cc32 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()
Dgpu_device.h56 TfGpuId tf_gpu_id, const string& physical_device_desc,
308 const string& physical_device_desc, Allocator* gpu_allocator,
Dgpu_device.cc301 const string& physical_device_desc, in BaseGPUDevice() argument
306 physical_device_desc)), in BaseGPUDevice()
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.cc44 const DeviceLocality& locality, const string& physical_device_desc) { in BuildDeviceAttributes() argument
53 da.set_physical_device_desc(physical_device_desc); in BuildDeviceAttributes()
Ddevice_mgr.cc89 if (!dev->attributes().physical_device_desc().empty()) { in DeviceMappingString()
91 dev->attributes().physical_device_desc(), "\n"); in DeviceMappingString()
Ddevice.h187 const DeviceLocality& locality, const string& physical_device_desc);
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h200 const string& physical_device_desc, SYCLAllocator* sycl_allocator, in SYCLDevice() argument
204 physical_device_desc)), in SYCLDevice()
/external/tensorflow/tensorflow/core/framework/
Ddevice_attributes.proto51 string physical_device_desc = 7; field
/external/tensorflow/tensorflow/tools/test/
Dsystem_info_lib.py136 device_info.physical_description = d.physical_device_desc
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/
Ddensenet_test.py196 if 'K20' in device.physical_device_desc:
198 if 'P100' in device.physical_device_desc:
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50_test.py191 if 'K20' in device.physical_device_desc:
193 if 'P100' in device.physical_device_desc:
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Drevnet_test.py210 if "K20" in device.physical_device_desc:
212 if "P100" in device.physical_device_desc:
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py1300 local_device.physical_device_desc) >=