Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_input_ops.cc422 const size_t min_thread_work_unit_size = l2_cache_size / sizeof(T); in Compute() local
432 thread_work_unit_size >= min_thread_work_unit_size; in Compute()