Searched refs:HasDevice (Results 1 – 3 of 3) sorted by relevance
35 bool HasDevice(HardwareType x);
119 bool HasDevice(HardwareType x) { return x > tensorflow::profiler::CPU_ONLY; } in HasDevice() function
175 return !HasDevice(hardware_type) && !no_accelerator_in_system; in IsCoordinator()180 if (HasDevice(op_stats_info.hardware_type)) { in NoAcceleratorInSystem()