Home
last modified time | relevance | path

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

/external/skqp/tools/
Dhello-opencl.cpp21 const char* device_match = argc > 2 ? argv[2] : ""; in main() local
37 cl(FindIdsByName(platform_match, device_match, in main()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dpin_to_host_optimizer.cc282 for (const auto& device_match : in TryFindHostDevice()
286 strings::StrCat(device.substr(0, device.rfind(device_match.first)), in TryFindHostDevice()
287 device_match.second); in TryFindHostDevice()
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py458 device_match = _DEVICE_NUM_REGEX.match(line)
461 if device_match and device_num is None:
462 device_num = int(device_match.group(1))