Searched refs:gpu_str (Results 1 – 2 of 2) sorted by relevance
375 string gpu_str(line, pos + strlen(kGpuKey)); in Microdump() local376 if (strcmp(gpu_str.c_str(), kGpuUnknown) != 0) { in Microdump()377 std::istringstream gpu_tokens(gpu_str); in Microdump()
512 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)