Searched refs:cpu_only (Results 1 – 4 of 4) sorted by relevance
15 ./compile.sh cpu_only30 ./compile.sh debug cpu_only44 ./compile.sh profiling cpu_only
941 bool cpu_only) const {942 if (std::is_same<Device, GPUDevice>::value && cpu_only) {
1362 DeviceSet cpu_only; in TEST_F() local1365 cpu_only.AddDevice(cpu.get()); in TEST_F()1367 Status s = Place(&g, &cpu_only); in TEST_F()