Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorCostModel.h184 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double taskSize( in taskSize() function
DTensorContractionThreadPool.h705 double taskSize = TensorCostModel<ThreadPoolDevice>::taskSize(
709 if (taskSize < 1) return 1;
711 if (taskSize > 2) return -1;
DTensorDeviceThreadPool.h198 double block_size_f = 1.0 / CostModel::taskSize(1, cost); in parallelFor()