Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_threadpool.h89 int nthr = get_num_threads(); in parallel_for() local
90 int njobs = std::min(n, nthr); in parallel_for()
91 bool balance = (nthr < n); in parallel_for()
/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h115 /*int nthr = mkl_domain_get_max_threads(EIGEN_BLAS_DOMAIN_BLAS);*/ int nthr = 1;\
117 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
232 int nthr = 1 /*mkl_domain_get_max_threads(EIGEN_BLAS_DOMAIN_BLAS)*/; \
234 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \