Home
last modified time | relevance | path

Searched refs:gpu_str (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dmicrodump.cc375 string gpu_str(line, pos + strlen(kGpuKey)); in Microdump() local
376 if (strcmp(gpu_str.c_str(), kGpuUnknown) != 0) { in Microdump()
377 std::istringstream gpu_tokens(gpu_str); in Microdump()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dparameterized_truncated_normal_op_test.py512 gpu_str = "_gpu" if use_gpu else "_cpu"
514 name="randn_sampler" + gpu_str, iters=num_iters, wall_time=randn_dt)
516 name="uniform_sampler" + gpu_str, iters=num_iters, wall_time=uniform_dt)