Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h266 int threadsz = in GetCuda3DLaunchConfig() local
274 DivUp(zdim, threadsz), zgridlimit}); in GetCuda3DLaunchConfig()
277 config.thread_per_block = dim3(threadsx, threadsy, threadsz); in GetCuda3DLaunchConfig()