Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h54 if (device.is_cpu()) { in GSYCLInterface()
180 } else if (device.is_cpu()) {
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc496 bool is_cpu = std::is_same<Device, CPUDevice>::value; in Compute() local
497 OP_REQUIRES(ctx, is_cpu, in Compute()
/external/ImageMagick/MagickCore/
Dopencl.c1034 static double RunOpenCLBenchmark(MagickBooleanType is_cpu) in RunOpenCLBenchmark() argument
1079 if (is_cpu == MagickFalse) in RunOpenCLBenchmark()