Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1324 const int est_num_cores = std::max(1, (num_threads + 1) / 2); in ComputeBlockSizes() local
1326 const int mem = est_num_cores * 128 * 1024; in ComputeBlockSizes()
1345 std::max<int>(1, left_dim0 / 64) * (left_dim1 / *KL) > est_num_cores) { in ComputeBlockSizes()