Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_threadpool.h86 int nthr = get_num_threads(); in parallel_for() local
87 int njobs = std::min(n, nthr); in parallel_for()
88 bool balance = (nthr < n); in parallel_for()
/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h113 /*int nthr = mkl_domain_get_max_threads(EIGEN_BLAS_DOMAIN_BLAS);*/ int nthr = 1;\
115 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
223 int nthr = 1 /*mkl_domain_get_max_threads(EIGEN_BLAS_DOMAIN_BLAS)*/; \
225 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \