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.cc315 const Device* other_device = in CanAssignToDevice() local
317 if (std::find(devices.begin(), devices.end(), other_device) != in CanAssignToDevice()
/external/ImageMagick/MagickCore/
Dopencl.c412 other_device; in SelectOpenCLDevice() local
414 other_device=clEnv->devices[j]; in SelectOpenCLDevice()
415 if (IsSameOpenCLDevice(device,other_device)) in SelectOpenCLDevice()
416 other_device->enabled=MagickTrue; in SelectOpenCLDevice()
1224 other_device; in BenchmarkOpenCLDevices() local
1226 other_device=clEnv->devices[j]; in BenchmarkOpenCLDevices()
1227 if (IsSameOpenCLDevice(device,other_device)) in BenchmarkOpenCLDevices()
1228 other_device->score=device->score; in BenchmarkOpenCLDevices()
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc418 StubDevice other_device("other_device_name"); in TEST() local
419 other_params.device = &other_device; in TEST()