Home
last modified time | relevance | path

Searched refs:cpu_val (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_ipc.c40 unsigned int val = 0, cpu_val = 0; in hisi_cpus_pd_in_cluster_besides_curr() local
51 cpu_val = (val >> (i * 4)) & 0xF; in hisi_cpus_pd_in_cluster_besides_curr()
52 if (cpu_val == 0x8) in hisi_cpus_pd_in_cluster_besides_curr()
/external/igt-gpu-tools/tests/i915/
Dgem_userptr_blits.c1366 uint32_t *cpu, *cpu_val; in test_coherency() local
1380 cpu_val = cpu + count; in test_coherency()
1390 cpu_val[i] = start; in test_coherency()
1397 check_cpu(memory+i*WIDTH*HEIGHT, cpu_val[i]); in test_coherency()
1406 gpu_val[dst] = cpu_val[src]; in test_coherency()
1417 cpu_val[dst] = gpu_val[src]; in test_coherency()
1421 check_cpu(memory+i*WIDTH*HEIGHT, cpu_val[i]); in test_coherency()
1431 gpu_val[dst] = cpu_val[src]; in test_coherency()
1434 cpu_val[dst] = gpu_val[src]; in test_coherency()
1442 check_cpu(memory+i*WIDTH*HEIGHT, cpu_val[i]); in test_coherency()
/external/tensorflow/tensorflow/python/kernel_tests/
Dpooling_ops_test.py932 cpu_val = self.evaluate(out_op)
933 self.assertAllCloseAccordingToType(cpu_val, gpu_val)
961 cpu_val = self.evaluate(out_op)
962 self.assertShapeEqual(cpu_val, out_op)
966 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
993 cpu_val = self.evaluate(out_op)
994 self.assertShapeEqual(cpu_val, out_op)
998 cpu_val, gpu_val, half_rtol=0.01, half_atol=0.01)
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2992 cpu_val = self.evaluate(out_op)
2993 self.assertAllClose(cpu_val, gpu_val, rtol=1e-5, atol=1e-5)
3553 cpu_val = self.evaluate(out_op)
3554 self.assertAllClose(cpu_val, gpu_val, rtol=1e-5, atol=1e-5)