Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h263 using Gpu3DLaunchConfig = Gpu2DLaunchConfig; variable
264 CREATE_CUDA_TYPE_ALIAS(Gpu3DLaunchConfig, Cuda3DLaunchConfig);
267 Gpu3DLaunchConfig GetGpu3DLaunchConfig(int xdim, int ydim, int zdim, in GetGpu3DLaunchConfig()
272 Gpu3DLaunchConfig config; in GetGpu3DLaunchConfig()
Dgpu_kernel_helper_test.cu.cc76 __global__ void Count3D(Gpu3DLaunchConfig config, int bufsize, in Count3D()
280 Gpu3DLaunchConfig cfg; in TEST_F()