Searched refs:n_end (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | mkl_threadpool.h | 49 inline void balance211(T n, U team, U tid, T* n_start, T* n_end) { in balance211() argument 52 *n_end = n; in balance211() 58 *n_end = *n_start + min_per_team + (tid < remainder); in balance211()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 724 llvm::Value* n_end); 727 llvm::Value* n_start, llvm::Value* n_end); 733 llvm::Value* n_start, llvm::Value* n_end, 778 int64 n_end = dims().n() - (dims().n() % current_vectorization_width); in HandleResiduesOnN() local 779 if (n_start != n_end) { in HandleResiduesOnN() 782 HandleResiduesOnK(&vsl, GetInt64(n_start), GetInt64(n_end)); in HandleResiduesOnN() 783 n_start = n_end; in HandleResiduesOnN() 805 llvm::Value* n_end) { in HandleResiduesOnK() argument 810 n_start, n_end); in HandleResiduesOnK() 816 GetInt64(dims().k()), n_start, n_end); in HandleResiduesOnK() [all …]
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 41 Index n_end = (n/RN)*RN; // number of columns of B-C suitable for processing RN columns at once in sparselu_gemm() local 65 for(Index j=0; j<n_end; j+=RN) in sparselu_gemm() 170 if((n-n_end)>0) in sparselu_gemm() 191 Scalar* C0 = C+ib+(n_end)*ldc; in sparselu_gemm()
|
/external/libxml2/ |
D | testapi.c | 16618 int n_end; in test_xmlStringDecodeEntities() local 16627 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringDecodeEntities() 16634 end = gen_xmlChar(n_end, 3); in test_xmlStringDecodeEntities() 16644 des_xmlChar(n_end, end, 3); in test_xmlStringDecodeEntities() 16655 printf(" %d", n_end); in test_xmlStringDecodeEntities() 16687 int n_end; in test_xmlStringLenDecodeEntities() local 16697 for (n_end = 0;n_end < gen_nb_xmlChar;n_end++) { in test_xmlStringLenDecodeEntities() 16705 end = gen_xmlChar(n_end, 4); in test_xmlStringLenDecodeEntities() 16719 des_xmlChar(n_end, end, 4); in test_xmlStringLenDecodeEntities() 16731 printf(" %d", n_end); in test_xmlStringLenDecodeEntities() [all …]
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 472 Py_ssize_t n_end, Py_ssize_t n_remainder, in calc_number_widths() argument 479 spec->n_digits = n_end - n_start - n_remainder - (has_decimal?1:0); in calc_number_widths()
|