Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h198 double block_size_f = 1.0 / CostModel::taskSize(1, cost); in parallelFor() local
199 Index block_size = numext::mini(n, numext::maxi<Index>(1, block_size_f)); in parallelFor()
201 numext::mini(n, numext::maxi<Index>(1, 2 * block_size_f)); in parallelFor()