Home
last modified time | relevance | path

Searched defs:thread_per_block (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h117 int thread_per_block = -1; member
135 const int thread_per_block = std::min(1024, d.maxGpuThreadsPerBlock()); in GetGpuLaunchConfig() local
163 int thread_per_block = 0; in GetGpuLaunchConfig() local
221 dim3 thread_per_block = dim3(0, 0, 0); member
296 int thread_per_block = 0; in GetGpu3DLaunchConfig() local