Home
last modified time | relevance | path

Searched defs:is_cpu (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc496 bool is_cpu = std::is_same<Device, CPUDevice>::value; in Compute() local
/external/ImageMagick/MagickCore/
Dopencl.c1034 static double RunOpenCLBenchmark(MagickBooleanType is_cpu) in RunOpenCLBenchmark()