Home
last modified time | relevance | path

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

/dports/math/faiss/faiss-1.7.1/faiss/utils/
H A Dutils.cpp580 int sub_nt = nseg % 2 == 0 ? nt : nt - 1; in fvec_argsort_parallel() local
590 int t0 = s * sub_nt / sub_nseg1; in fvec_argsort_parallel()
591 int t1 = (s + 1) * sub_nt / sub_nseg1; in fvec_argsort_parallel()