Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dgpu_launch_config.h159 int block_size_limit) { in GetGpuLaunchConfig()
271 int block_size_limit) { in GetGpu3DLaunchConfig()
343 int block_size_limit) { in GetGpu2DLaunchConfig()
355 int block_size_limit) { in GetCuda2DLaunchConfig()
/external/brotli/c/enc/
Dencode.c1601 const size_t block_size_limit = (size_t)1 << s->params.lgwin; in BrotliEncoderCompressStreamFast() local