Home
last modified time | relevance | path

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

/dports/math/faiss/faiss-1.7.1/faiss/gpu/impl/
H A DIVFFlatScan.cu113 int remainderDim = realDim + laneId; in scan() local
115 if (remainderDim < dim) { in scan()
118 vecVal += useResidual ? residualBaseSlice[remainderDim] in scan()
120 dist.handle(query[remainderDim], vecVal); in scan()