Home
last modified time | relevance | path

Searched defs:nprobe (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/faiss/faiss-1.7.1/faiss/gpu/perf/
H A DIndexWrapper-inl.h61 void IndexWrapper<GpuIndex>::setNumProbes(int nprobe) { in setNumProbes()
/dports/math/faiss/faiss-1.7.1/faiss/gpu/
H A DGpuIndexIVF.h98 int nprobe; variable
H A DGpuAutoTune.cpp50 size_t nprobe = 1 << i; in initialize() local
H A DGpuIndexIVF.cu188 void GpuIndexIVF::setNumProbes(int nprobe) { in setNumProbes()
/dports/math/faiss/faiss-1.7.1/faiss/
H A DIndexIVF.h66 size_t nprobe; ///< number of probes at query time member
102 size_t nprobe; ///< number of probes at query time member
H A DIndexBinaryIVF.cpp132 const size_t nprobe = std::min(nlist, this->nprobe); in search() local
179 const size_t nprobe = std::min(nlist, this->nprobe); in search_and_reconstruct() local
386 idx_t nprobe = params ? params->nprobe : ivf.nprobe; in search_knn_hamming_heap() local
484 idx_t nprobe = params ? params->nprobe : ivf.nprobe; in search_knn_hamming_count() local
654 const size_t nprobe = std::min(nlist, this->nprobe); in range_search() local
677 const size_t nprobe = std::min(nlist, this->nprobe); in range_search_preassigned() local
H A DIndexBinaryIVF.h38 size_t nprobe; ///< number of probes at query time member
H A DIndexIVF.cpp288 const size_t nprobe = std::min(nlist, this->nprobe); in search() local
377 idx_t nprobe = params ? params->nprobe : this->nprobe; in search_preassigned() local
634 const size_t nprobe = std::min(nlist, this->nprobe); in range_search() local
669 idx_t nprobe = params ? params->nprobe : this->nprobe; in range_search_preassigned() local
850 const size_t nprobe = std::min(nlist, this->nprobe); in search_and_reconstruct() local
/dports/math/faiss/faiss-1.7.1/faiss/gpu/impl/
H A DIVFUtilsSelect1.cu28 int nprobe, in pass1SelectLists()
92 int nprobe, in runPass1SelectLists()
H A DIVFUtils.cu33 int nprobe = topQueryToCentroid.getSize(1); in getResultLengths() local
H A DIVFFlat.cu172 int nprobe, in query()
/dports/math/faiss/faiss-1.7.1/benchs/
H A Dbench_gpu_sift1m.py87 nprobe = 1 << lnprobe variable
H A Dbench_for_interrupt.py55 nprobe = args.nprobe variable
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dss_hspice.c84 int nauto, nprobe, nsweepparam, ntables; in sf_rdhdr_hsascii() local
201 int nauto, nprobe, nsweepparam, ntables; in sf_rdhdr_hsbin() local
291 hs_process_header(int nauto, int nprobe, int nsweepparam, char *line, char *name) in hs_process_header()
/dports/math/faiss/faiss-1.7.1/faiss/gpu/test/
H A Dtest_gpu_index_ivfsq.py146 def do_test_with_index(ci, gi, nprobe, k, clamp, in_window_thresh): argument
158 def do_test(nlist, d, qtype, by_residual, metric, nprobe, k): argument
H A DTestGpuIndexIVFFlat.cpp59 int nprobe; member
511 int nprobe = 8; in TEST() local
H A DTestGpuIndexIVFScalarQuantizer.cpp57 int nprobe; member
H A DTestGpuIndexIVFPQ.cpp101 int nprobe; member
693 int nprobe = 8; in TEST() local
/dports/science/teem/teem-1.11.0-src/src/ten/test/
H A Drgbprobe.c35 Nrrd *nin, *nprobe, *nout; in main() local
/dports/math/faiss/faiss-1.7.1/tests/
H A Dtest_lowlevel_ivf.cpp155 int nprobe = index_ivf->nprobe; in test_lowlevel_access() local
315 int nprobe = index_ivf->nprobe; in test_lowlevel_access_binary() local
462 int nprobe = index_ivf->nprobe; in test_threaded_search() local
/dports/math/faiss/faiss-1.7.1/benchs/distributed_ondisk/
H A Dcombined_index.py125 def set_nprobe(self, nprobe): argument
H A Dsearch_server.py127 def set_nprobe(self, nprobe): argument
/dports/cad/iverilog/verilog-11.0/
H A Dnet_event.cc70 unsigned NetEvent::nprobe() const in nprobe() function in NetEvent
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Domadec.c152 static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size, in nprobe() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Domadec.c152 static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size, in nprobe() function

12