Searched defs:has_device_cpu (Results 1 – 1 of 1) sorted by relevance
274 bool has_device_cpu, const string& device) { in TryFindHostDevice()319 const bool has_device_cpu = devices.find("/device:CPU:0") != devices.end(); in Optimize() local