Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dcuda_launch_config.h253 int ygridlimit = deviceProp.maxGridSize[1]; in GetCuda3DLaunchConfig() local
272 {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); in GetCuda3DLaunchConfig()