Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc128 auto total_threads = thread_dim.x * thread_dim.y * thread_dim.z; in ThreadDimOk() local
130 if (total_threads > threads_per_block_limit) { in ThreadDimOk()
131 VLOG(2) << "exceeded total-thread-per-block limit: " << total_threads in ThreadDimOk()