Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h321 int threadsz = in GetGpu3DLaunchConfig() local
329 DivUp(zdim, threadsz), zgridlimit}); in GetGpu3DLaunchConfig()
332 config.thread_per_block = dim3(threadsx, threadsy, threadsz); in GetGpu3DLaunchConfig()