Home
last modified time | relevance | path

Searched refs:Cuda3DLaunchConfig (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc40 Cuda3DLaunchConfig config, Index indices_width, Index bound, \
76 Cuda3DLaunchConfig config = GetCuda3DLaunchConfig( \
/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h233 using Cuda3DLaunchConfig = Cuda2DLaunchConfig; variable
236 inline Cuda3DLaunchConfig GetCuda3DLaunchConfig( in GetCuda3DLaunchConfig()
239 Cuda3DLaunchConfig config; in GetCuda3DLaunchConfig()
Dcuda_kernel_helper_test.cu.cc70 __global__ void Count3D(Cuda3DLaunchConfig config, int bufsize, int* outbuf) { in Count3D()
248 Cuda3DLaunchConfig cfg; in TEST_F()