HomeSort by relevance Sort by last modified time
    Searched defs:cpu1 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/grappler/
grappler_item_test.cc 53 const string cpu1 = "/job:work/replica:1/task:1/device:CPU:1"; local
60 NDef("b", "Placeholder", {}, {{"dtype", DT_FLOAT}}, cpu1),
69 EXPECT_NE(item.devices().find(cpu1), item.devices().end());
  /frameworks/base/cmds/incident_helper/tests/
CpuFreqParser_test.cpp 74 CpuFreqProto::Stats* cpu1 = expected.add_cpu_freqs(); local
75 cpu1->set_cpu_name("cpu1");
76 state = cpu1->add_times();
79 state = cpu1->add_times();
82 state = cpu1->add_times();
  /external/tensorflow/tensorflow/core/common_runtime/
collective_rma_local_test.cc 126 Device* cpu1 = nullptr; local
127 TF_ASSERT_OK(device_mgr_->LookupDevice(kTaskName + "/device:CPU:1", &cpu1));
131 cpu1 /*from_device*/, nullptr /*from_device_ctx*/,
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer_test.cc 928 const string cpu1 = "\/job:work\/replica:1\/task:1\/device:CPU:1"; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 169 static void pipe_setup(int cpu1, int cpu2)
212 static void yield_setup(int cpu1, int cpu2)
214 if (cpu1 != cpu2) {
314 static void futex_setup(int cpu1, int cpu2)
396 fprintf(stderr, "Usage: context_switch2 <options> CPU1 CPU2\n\n");
412 int cpu1; local
462 cpu1 = cpu2 = pick_online_cpu();
464 cpu1 = atoi(argv[optind++]);
478 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no",
486 actions->setup(cpu1, cpu2)
    [all...]

Completed in 217 milliseconds