Home
last modified time | relevance | path

Searched refs:other_device (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc240 const Device* other_device = in CanAssignToDevice() local
242 if (std::find(devices.begin(), devices.end(), other_device) != in CanAssignToDevice()
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc296 StubDevice other_device("other_device_name"); in TEST() local
297 other_params.device = &other_device; in TEST()
/external/ImageMagick/MagickCore/
Dopencl.c399 other_device; in SelectOpenCLDevice() local
401 other_device=clEnv->devices[j]; in SelectOpenCLDevice()
402 if (IsSameOpenCLDevice(device,other_device)) in SelectOpenCLDevice()
403 other_device->enabled=MagickTrue; in SelectOpenCLDevice()
1204 other_device; in BenchmarkOpenCLDevices() local
1206 other_device=clEnv->devices[j]; in BenchmarkOpenCLDevices()
1207 if (IsSameOpenCLDevice(device,other_device)) in BenchmarkOpenCLDevices()
1208 other_device->score=device->score; in BenchmarkOpenCLDevices()